| com.caucho.quercus.lib.file.ReadStreamInput com.caucho.quercus.lib.file.FileInput
Method Summary | |
public void | cleanup() Implements the EnvCleanup interface. | public void | close() | public long | getLength() Returns the number of bytes available to be read, 0 if no known. | public Path | getPath() Returns the path. | public boolean | lock(boolean shared, boolean block) Lock the shared advisory lock. | public BinaryInput | openCopy() Opens a copy. | public long | seek(long offset, int whence) | public Value | stat() | public String | toString() Converts to a string. | public boolean | unlock() Unlock the advisory lock. |
cleanup | public void cleanup()(Code) | | Implements the EnvCleanup interface.
|
close | public void close()(Code) | | |
getLength | public long getLength()(Code) | | Returns the number of bytes available to be read, 0 if no known.
|
getPath | public Path getPath()(Code) | | Returns the path.
|
lock | public boolean lock(boolean shared, boolean block)(Code) | | Lock the shared advisory lock.
|
seek | public long seek(long offset, int whence)(Code) | | |
toString | public String toString()(Code) | | Converts to a string.
|
unlock | public boolean unlock()(Code) | | Unlock the advisory lock.
|
|
|