Next:
FileDescriptor-polymorphism
, Previous:
FileDescriptor-low-level access
, Up:
FileDescriptor
1.73.11 FileDescriptor: overriding inherited methods
isEmpty
Answer whether the receiver is empty
nextPutAllOn: aStream
Put all the characters of the receiver in aStream.
reverseContents
Return the contents of the file from the last byte to the first
setToEnd
Reset the file pointer to the end of the file
skip: anInteger
Skip anInteger bytes in the file