com.tc.io
Interface TCByteBufferOutput

All Superinterfaces:
java.io.DataOutput, Recyclable, TCDataOutput

public interface TCByteBufferOutput
extends TCDataOutput, Recyclable


Method Summary
 TCByteBuffer[] toArray()
           
 void write(TCByteBuffer[] data)
           
 
Methods inherited from interface com.tc.io.TCDataOutput
close, write, write, write, writeBoolean, writeByte, writeChar, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeString
 
Methods inherited from interface java.io.DataOutput
writeBytes, writeChars, writeUTF
 
Methods inherited from interface com.tc.lang.Recyclable
recycle
 

Method Detail

toArray

TCByteBuffer[] toArray()

write

void write(TCByteBuffer[] data)


Copyright © 2010 Terracotta, Inc.. All Rights Reserved.