Klasse RandomAccessStore
java.lang.Object
org.teamapps.universaldb.index.log.RandomAccessStore
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoiddrop()longgetSize()byte[]read(long pos, int length) booleanreadBoolean(long pos) intreadInt(long pos) longreadLong(long pos) readString(long pos) voidwrite(long pos, byte[] bytes) voidwriteBoolean(long pos, boolean value) voidwriteInt(long pos, int value) voidwriteLong(long pos, long value) voidwriteString(long pos, String value)
-
Konstruktordetails
-
RandomAccessStore
-
-
Methodendetails
-
getSize
public long getSize() -
write
- Löst aus:
IOException
-
read
- Löst aus:
IOException
-
writeString
- Löst aus:
IOException
-
readString
- Löst aus:
IOException
-
writeInt
- Löst aus:
IOException
-
readInt
- Löst aus:
IOException
-
writeLong
- Löst aus:
IOException
-
readLong
- Löst aus:
IOException
-
writeBoolean
- Löst aus:
IOException
-
readBoolean
- Löst aus:
IOException
-
drop
public void drop()
-