Package com.swiftmq.impl.net.netty
Interface Countable
- All Known Implementing Classes:
CountableBufferedInputStream
,CountableBufferedOutputStream
,CountableInput
,CountableWrappedOutputStream
public interface Countable
-
Method Summary
-
Method Details
-
addByteCount
void addByteCount(long cnt) -
getByteCount
long getByteCount() -
resetByteCount
void resetByteCount()
-