org.elasticsearch.common.io
Interface BytesStream

All Known Implementing Classes:
BytesStreamOutput, FastByteArrayOutputStream

public interface BytesStream


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

Method Detail

underlyingBytes

byte[] underlyingBytes()

size

int size()

copiedByteArray

byte[] copiedByteArray()