Uses of Interface
com.tc.io.TCByteBufferInput.Mark

Packages that use TCByteBufferInput.Mark
com.tc.io   
 

Uses of TCByteBufferInput.Mark in com.tc.io
 

Methods in com.tc.io that return TCByteBufferInput.Mark
 TCByteBufferInput.Mark TCByteBufferInput.mark()
          This is a TC special version of mark() to be used in conjunction with tcReset()...We should eventually implement the general purpose mark(int) method as specified by InputStream.
 

Methods in com.tc.io with parameters of type TCByteBufferInput.Mark
 void TCByteBufferInput.tcReset(TCByteBufferInput.Mark m)
          Reset this input stream to the position recorded by the mark that is passed an input parameter.
 TCByteBuffer[] TCByteBufferInput.toArray(TCByteBufferInput.Mark start, TCByteBufferInput.Mark end)
           
 



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