Random Access File

GPTKB entity

Statements (41)
Predicate Object
gptkbp:instance_of gptkb:class
gptkbp:bfsLayer 4
gptkbp:bfsParent gptkb:File_Descriptor
gptkb:Java_API_for_I/_O
gptkbp:belongs_to gptkb:Java
gptkbp:can_be_used_with gptkb:File_Descriptor
gptkbp:communication gptkb:theorem
gptkbp:constructor Random Access File(String name, String mode)
gptkbp:has buffered input/output
gptkbp:has_expansion gptkb:item
https://www.w3.org/2000/01/rdf-schema#label Random Access File
gptkbp:implements Data Input
Data Output
gptkbp:is used in Android applications
used in data processing
used in desktop applications
used in server applications
not thread-safe
a subclass of Random Access File
used in Java applications
gptkbp:is_used_for reading and writing binary data
reading and writing text data
gptkbp:mode gptkb:r
rw
rwd
rws
gptkbp:part_of gptkb:java.io_package
gptkbp:provides random access to file contents
gptkbp:publishes gptkb:theorem
gptkbp:requires file system access
gptkbp:supports file pointer manipulation
gptkbp:technique close()
read()
length()
get File Pointer()
seek(long pos)
write(byte[] b)
gptkbp:throws gptkb:legal_case
gptkbp:used_in file handling
gptkbp:written_by gptkb:theorem
gptkbp:wrote gptkb:theorem