public class RandomAccessFile extends Object
implements DataOutput,
DataInput
Costruttori
Argomenti | Descrizione |
---|
File, String | Descrittore, modo | String, String | Nome, modo |
Metodi
Nome | Argomenti | Tipo | Descrizione |
---|
read | byte[] | int | Legge e converte in ... | readBoolean
readByte
readChar
readDouble
readInt
readLong
readShort
readUnsignedByte
readUnsignedShort | | ... | write | intbyte[] | | Converte ... e scrive |
writeBoolean
writeByte
writeChar
writeDouble
writeInt
writeLong
writeShort | ... | writeBytes
writeChars | String | ... dopo la conversione | getFilePointer | | long | Posizione del puntatore? | seek
setLength | long | | Setta ... | close | | Chiude |
|