- openInputStream() - Method in interface br.com.objectos.fs.RegularFile
-
Returns a new input stream for reading from this file.
- openOutputStream() - Method in interface br.com.objectos.fs.RegularFile
-
Returns a new output stream, in append mode, for writing to this file.
- openOutputStream() - Method in interface br.com.objectos.fs.WritablePathName
-
Returns a new output stream for writing to this pathname.
- openReadAndWriteChannel() - Method in interface br.com.objectos.fs.RegularFile
-
Returns a new channel for reading from and writing to this file.
- openReadChannel() - Method in interface br.com.objectos.fs.ReadableFileChannelSource
-
Returns a new
FileChannel for reading from this source.
- openReadChannel() - Method in interface br.com.objectos.fs.RegularFile
-
Returns a new channel for reading from this file.
- openWriteChannel() - Method in interface br.com.objectos.fs.WritablePathName
-
Returns a new channel for writing to this pathname.
- openWriter(Charset) - Method in interface br.com.objectos.fs.WritablePathName
-
Returns a new writer for writing characters to this pathname.
- ownerExecutable() - Static method in class br.com.objectos.fs.Posix
-
Returns a "file owner can execute" POSIX permission.
- ownerReadable() - Static method in class br.com.objectos.fs.Posix
-
Returns a "file owner can read" POSIX permission.
- ownerWritable() - Static method in class br.com.objectos.fs.Posix
-
Returns a "file owner can write" POSIX permission.