org.elasticsearch.common.io
Interface BytesStream

All Known Implementing Classes:
BytesStreamOutput, FastByteArrayOutputStream

public interface BytesStream


Method Summary
 byte[] copiedByteArray()
           
 int size()
           
 byte[] unsafeByteArray()
           
 

Method Detail

unsafeByteArray

byte[] unsafeByteArray()

size

int size()

copiedByteArray

byte[] copiedByteArray()