Class BytesContainer
java.lang.Object
com.orientechnologies.orient.core.serialization.serializer.record.binary.BytesContainer
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintalloc(int toAlloc) intallocExact(int toAlloc) copy()byte[]fitBytes()skip(int read)
-
Field Details
-
bytes
public byte[] bytes -
offset
public int offset
-
-
Constructor Details
-
BytesContainer
public BytesContainer(byte[] iSource) -
BytesContainer
public BytesContainer() -
BytesContainer
public BytesContainer(byte[] iBytes, int iOffset)
-
-
Method Details
-
copy
-
alloc
public int alloc(int toAlloc) -
allocExact
public int allocExact(int toAlloc) -
skip
-
fitBytes
public byte[] fitBytes()
-