|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IByteBuffer | |
|---|---|
| com.ximpleware.extended | |
| Uses of IByteBuffer in com.ximpleware.extended |
|---|
| Classes in com.ximpleware.extended that implement IByteBuffer | |
|---|---|
class |
XMLBuffer
XMLBuffer is a class that reads in an XML doc into chunk-based memory buffers the file size is equal to n*1GB + m (where m < 1GB) |
class |
XMLMemMappedBuffer
XMLMemMappedBuffer maps an XML document into memory using memory map. |
| Fields in com.ximpleware.extended declared as IByteBuffer | |
|---|---|
protected IByteBuffer |
VTDGenHuge.xb
|
protected IByteBuffer |
VTDNavHuge.XMLDoc
|
| Methods in com.ximpleware.extended that return IByteBuffer | |
|---|---|
IByteBuffer |
VTDNavHuge.getXML()
Get the XML document |
| Methods in com.ximpleware.extended with parameters of type IByteBuffer | |
|---|---|
void |
VTDGenHuge.setDoc(IByteBuffer xb1)
Set the XMLDoc container. |
| Constructors in com.ximpleware.extended with parameters of type IByteBuffer | |
|---|---|
VTDNavHuge(int RootIndex,
int enc,
boolean NS,
int depth,
IByteBuffer x,
ILongBuffer vtd,
ILongBuffer l1,
ILongBuffer l2,
IIntBuffer l3,
long so,
long length)
Initialize the VTD navigation object. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||