Uses of Interface
com.bigdata.io.IByteArraySlice

Packages that use IByteArraySlice
com.bigdata.btree.keys   
com.bigdata.io   
com.bigdata.util Utility classes. 
 

Uses of IByteArraySlice in com.bigdata.btree.keys
 

Subinterfaces of IByteArraySlice in com.bigdata.btree.keys
 interface IKeyBuilder
           Interface for building up variable unsigned byte[] keys from one or more primitive data types values and/or Unicode strings.
 

Classes in com.bigdata.btree.keys that implement IByteArraySlice
 class KeyBuilder
          A class that may be used to form multi-component keys but which does not support Unicode.
 

Uses of IByteArraySlice in com.bigdata.io
 

Subinterfaces of IByteArraySlice in com.bigdata.io
 interface IByteArrayBuffer
          An interface for reading from and accessing a managed byte[] with access methods similar to those of ByteBuffer.
 interface IDataRecord
          An interface for absolute get/put operations on a slice of a byte[].
 interface IFixedDataRecord
          Interface adds some methods for stream-based access to IDataRecord.
 interface IManagedByteArray
          An interface for a managed byte[].
 

Classes in com.bigdata.io that implement IByteArraySlice
 class AbstractFixedByteArrayBuffer
          Efficient absolute get/put operations on a slice of a byte[].
 class ByteArrayBuffer
          A view on a mutable byte[] that may be extended.
 class DataOutputBuffer
          Fast special purpose serialization onto a managed byte[] buffer conforming to the DataOutput API.
 class FixedByteArrayBuffer
          Efficient absolute get/put operations on a slice of a byte[].
 

Constructors in com.bigdata.io with parameters of type IByteArraySlice
AllocationData(IByteArraySlice slice)
           
 

Uses of IByteArraySlice in com.bigdata.util
 

Methods in com.bigdata.util with parameters of type IByteArraySlice
 int ChecksumUtility.checksum(IByteArraySlice slice)
           
 



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