public interface IDataWriter
| Modifier and Type | Method and Description |
|---|---|
int |
getPosition() |
void |
writeByte(int b) |
void |
writeByte(int b,
int count) |
void |
writeBytes(byte[] b) |
void |
writeDoubleWord(int dw) |
void |
writeLong(long l) |
void |
writeUtf(String s) |
void |
writeUtf(String s,
int len) |
void |
writeWord(int w) |
void writeByte(int b)
throws IOException
IOExceptionvoid writeByte(int b,
int count)
throws IOException
IOExceptionvoid writeWord(int w)
throws IOException
IOExceptionvoid writeDoubleWord(int dw)
throws IOException
IOExceptionvoid writeLong(long l)
throws IOException
IOExceptionvoid writeBytes(byte[] b)
throws IOException
IOExceptionvoid writeUtf(String s) throws IOException
IOExceptionvoid writeUtf(String s, int len) throws IOException
IOExceptionint getPosition()
Copyright © 2018. All Rights Reserved.