public interface BuffedWriter
| 限定符和类型 | 方法和说明 |
|---|---|
void |
flushToTarget(boolean force) |
void |
writeBinary(byte byt) |
void |
writeBinary(byte[] bytes) |
void |
writeBinary(byte[] bytes,
int offset,
int length) |
void writeBinary(byte byt)
throws IOException
IOExceptionvoid writeBinary(byte[] bytes)
throws IOException
IOExceptionvoid writeBinary(byte[] bytes,
int offset,
int length)
throws IOException
IOExceptionvoid flushToTarget(boolean force)
throws IOException
IOExceptionCopyright © 2020. All rights reserved.