Uses of Interface
com.tc.io.TCByteBufferInput

Packages that use TCByteBufferInput
com.tc.io   
com.tc.object.locks   
 

Uses of TCByteBufferInput in com.tc.io
 

Methods in com.tc.io that return TCByteBufferInput
 TCByteBufferInput TCByteBufferInput.duplicate()
          Duplicate this stream.
 TCByteBufferInput TCByteBufferInput.duplicateAndLimit(int limit)
          Effectively the same thing as calling duplicate().limit(int), but potentially creating far less garbage (depending on the size difference between the original stream and the slice you want)
 

Methods in com.tc.io with parameters of type TCByteBufferInput
 java.lang.Object TCSerializable.deserializeFrom(TCByteBufferInput serialInput)
           
 

Uses of TCByteBufferInput in com.tc.object.locks
 

Methods in com.tc.object.locks with parameters of type TCByteBufferInput
 java.lang.Object UnclusteredLockID.deserializeFrom(TCByteBufferInput serialInput)
           
 



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