Package com.swiftmq.tools.util
Interface LengthCaptureDataInput
- All Superinterfaces:
DataInput
- All Known Implementing Classes:
DataByteArrayInputStream
,DataByteBufferInputStream
,DataStreamInputStream
-
Method Summary
Methods inherited from interface java.io.DataInput
readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, skipBytes
-
Method Details
-
startCaptureLength
void startCaptureLength() -
stopCaptureLength
long stopCaptureLength()
-