public interface Out
| Modifier and Type | Method and Description |
|---|---|
void |
writeBytes(byte[] value) |
void |
writeDouble(double value) |
void |
writeFloat(float value) |
void |
writeInt(int value) |
void |
writeLong(long value) |
void |
writeString(String value) |
void |
writeUInt(int value) |
void writeInt(int value)
throws IOException
IOExceptionvoid writeUInt(int value)
throws IOException
IOExceptionvoid writeLong(long value)
throws IOException
IOExceptionvoid writeFloat(float value)
throws IOException
IOExceptionvoid writeDouble(double value)
throws IOException
IOExceptionvoid writeString(String value) throws IOException
IOExceptionvoid writeBytes(byte[] value)
throws IOException
IOExceptionCopyright © 2021. All rights reserved.