Package com.swiftmq.tools.util
Interface LengthCaptureDataInput
-
- All Superinterfaces:
java.io.DataInput
- All Known Implementing Classes:
DataByteArrayInputStream
,DataByteBufferInputStream
,DataStreamInputStream
,PageInputStream
public interface LengthCaptureDataInput extends java.io.DataInput
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
startCaptureLength()
long
stopCaptureLength()
-