public class OutputStreamCodecWriter extends Object implements CodecWriter
public OutputStreamCodecWriter(OutputStream target)
public void putBytes(byte[] bytes)
throws IOException
putBytes 在接口中 CodecWriterIOExceptionpublic void putInt(int val)
throws IOException
putInt 在接口中 CodecWriterIOExceptionpublic void putChar(int val)
throws IOException
putChar 在接口中 CodecWriterIOExceptionpublic void flush()
throws IOException
flush 在接口中 CodecWriterIOExceptionCopyright © 2024. All rights reserved.