Uses of Class
com.bigdata.io.DataInputBuffer

Packages that use DataInputBuffer
com.bigdata.btree The BTree is a scalable B+-Tree with copy-on-write semantics mapping variable length unsigned byte[] keys to variable length byte[] values (null values are allowed). 
com.bigdata.io   
com.bigdata.io.compression   
com.bigdata.journal The journal is an append-only persistence capable data structure supporting atomic commit, named indices, and transactions. 
com.bigdata.rdf.internal.encoder   
com.bigdata.rdf.model This package provides a tuned implementation of the Sesame RDF data model for the RDF database. 
 

Uses of DataInputBuffer in com.bigdata.btree
 

Methods in com.bigdata.btree that return DataInputBuffer
 DataInputBuffer AbstractTuple.getKeyStream()
          Return a stream from which the key may be read.
 DataInputBuffer AbstractChunkedTupleIterator.ResultSetTuple.getKeyStream()
           
 DataInputBuffer DelegateTuple.getKeyStream()
           
 DataInputBuffer ITuple.getKeyStream()
          Return a stream from which the key may be read.
 DataInputBuffer AbstractTuple.getValueStream()
          Return a stream from which the value may be read.
 DataInputBuffer AbstractChunkedTupleIterator.ResultSetTuple.getValueStream()
           
 DataInputBuffer DelegateTuple.getValueStream()
           
 DataInputBuffer ITuple.getValueStream()
          Return a stream from which the value may be read.
 

Uses of DataInputBuffer in com.bigdata.io
 

Methods in com.bigdata.io that return DataInputBuffer
 DataInputBuffer IFixedDataRecord.getDataInput()
          Return an input stream that will read from the slice.
 DataInputBuffer AbstractFixedByteArrayBuffer.getDataInput()
           
 

Uses of DataInputBuffer in com.bigdata.io.compression
 

Methods in com.bigdata.io.compression with parameters of type DataInputBuffer
 String UnicodeHelper.decode1(DataInputBuffer in, StringBuilder tmp)
          Decode a String from the input stream.
 

Uses of DataInputBuffer in com.bigdata.journal
 

Methods in com.bigdata.journal with parameters of type DataInputBuffer
 CommitRecordIndex.Entry CommitRecordIndex.Entry.EntrySerializer.deserializeEntry(DataInputBuffer is)
          De-serialize an CommitRecordIndex.Entry.
 

Uses of DataInputBuffer in com.bigdata.rdf.internal.encoder
 

Methods in com.bigdata.rdf.internal.encoder with parameters of type DataInputBuffer
 IBindingSet IVSolutionSetDecoder.decodeSolution(DataInputBuffer in, boolean resolveCachedValues)
          Stream oriented decode.
 

Uses of DataInputBuffer in com.bigdata.rdf.model
 

Methods in com.bigdata.rdf.model with parameters of type DataInputBuffer
 V BigdataValueSerializer.deserialize(DataInputBuffer in, StringBuilder tmp)
          Routine for efficient de-serialization of a BigdataValue.
 



Copyright © 2006-2011 SYSTAP, LLC. All Rights Reserved.