Methods | |
close | Source Codeshared formal void close() Destroy this See also destroy() |
destroy | Source Codeshared actual void destroy(Throwable? exception) Destroy this resource. Called when execution of the
body of the Refines Destroyable.destroy |
readBytes | Source Codeshared formal Byte[] readBytes(Integer max) |
readLine | Source Codeshared formal String? readLine() The next line of text in the file,
or |
Inherited Methods |
Methods inherited from: Object |
Methods inherited from: Destroyable |