java.lang.Object
org.apache.jena.tdb1.base.file.BlockAccessByteArray
- All Implemented Interfaces:
org.apache.jena.atlas.lib.Closeable,org.apache.jena.atlas.lib.Sync,BlockAccess
FileAccess interface backed by a byte array.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BlockAccessByteArray
-
-
Method Details
-
getLabel
- Specified by:
getLabelin interfaceBlockAccess
-
allocate
- Specified by:
allocatein interfaceBlockAccess
-
read
- Specified by:
readin interfaceBlockAccess
-
write
- Specified by:
writein interfaceBlockAccess
-
overwrite
- Specified by:
overwritein interfaceBlockAccess
-
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin interfaceBlockAccess
-
valid
public boolean valid(long id) - Specified by:
validin interfaceBlockAccess
-
sync
public void sync()- Specified by:
syncin interfaceorg.apache.jena.atlas.lib.Sync
-
close
public void close()- Specified by:
closein interfaceorg.apache.jena.atlas.lib.Closeable
-