| Constructor and Description |
|---|
CodedOut(Appendable out)
Creates a
CodedOut. |
| 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) |
public CodedOut(Appendable out)
CodedOut.public void writeInt(int value)
throws IOException
writeInt in interface OutIOExceptionpublic void writeUInt(int value)
throws IOException
writeUInt in interface OutIOExceptionpublic void writeLong(long value)
throws IOException
writeLong in interface OutIOExceptionpublic void writeFloat(float value)
throws IOException
writeFloat in interface OutIOExceptionpublic void writeDouble(double value)
throws IOException
writeDouble in interface OutIOExceptionpublic void writeString(String value) throws IOException
writeString in interface OutIOExceptionpublic void writeBytes(byte[] value)
throws IOException
writeBytes in interface OutIOExceptionCopyright © 2021. All rights reserved.