Uses of Interface
org.aoju.bus.core.io.BufferSink
Packages that use BufferSink
Package
Description
IO相关封装和工具类,包括Inputstream和OutputStream实现类和Buffer处理等
工具包,提供各种工具方法,按照归类入口为XXXKit,如数组工具ArrayKit等
-
Uses of BufferSink in org.aoju.bus.core.io
Classes in org.aoju.bus.core.io that implement BufferSinkMethods in org.aoju.bus.core.io that return BufferSinkModifier and TypeMethodDescriptionBuffer.emit()BufferSink.emit()RealSink.emit()BufferSink.emitCompleteSegments()RealSink.emitCompleteSegments()BufferSink.write(byte[] source) BufferSink.write(byte[] source, int offset, int byteCount) BufferSink.write(ByteString byteString) RealSink.write(byte[] source) RealSink.write(byte[] source, int offset, int byteCount) RealSink.write(ByteString byteString) BufferSink.writeByte(int b) RealSink.writeByte(int b) BufferSink.writeDecimalLong(long v) RealSink.writeDecimalLong(long v) BufferSink.writeHexadecimalUnsignedLong(long v) RealSink.writeHexadecimalUnsignedLong(long v) BufferSink.writeInt(int i) RealSink.writeInt(int i) BufferSink.writeIntLe(int i) RealSink.writeIntLe(int i) BufferSink.writeLong(long v) RealSink.writeLong(long v) BufferSink.writeLongLe(long v) RealSink.writeLongLe(long v) BufferSink.writeShort(int s) RealSink.writeShort(int s) BufferSink.writeShortLe(int s) RealSink.writeShortLe(int s) BufferSink.writeString(String string, int beginIndex, int endIndex, Charset charset) BufferSink.writeString(String string, Charset charset) RealSink.writeString(String string, int beginIndex, int endIndex, Charset charset) RealSink.writeString(String string, Charset charset) BufferSink.writeUtf8CodePoint(int codePoint) RealSink.writeUtf8CodePoint(int codePoint) -
Uses of BufferSink in org.aoju.bus.core.toolkit
Methods in org.aoju.bus.core.toolkit that return BufferSink