public class FontDataOutputStream extends DataOutputStream
| Modifier and Type | Field and Description |
|---|---|
static Charset |
OPEN_TYPE_CHARSET |
writtenout| Constructor and Description |
|---|
FontDataOutputStream() |
FontDataOutputStream(Charset encoding) |
| Modifier and Type | Method and Description |
|---|---|
int |
currentPosition() |
byte[] |
toByteArray() |
void |
write32Fixed(float num) |
void |
writeString(String string) |
void |
writeUnsignedInt(int num) |
void |
writeUnsignedInt8(int num) |
void |
writeUnsignedShort(int num) |
flush, size, write, write, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTFclose, writeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitwritepublic static final Charset OPEN_TYPE_CHARSET
public FontDataOutputStream(Charset encoding)
public FontDataOutputStream()
public byte[] toByteArray()
public void writeString(String string) throws IOException
IOExceptionpublic void writeUnsignedShort(int num)
throws IOException
IOExceptionpublic void writeUnsignedInt(int num)
throws IOException
IOExceptionpublic void writeUnsignedInt8(int num)
throws IOException
IOExceptionpublic void write32Fixed(float num)
throws IOException
IOExceptionpublic int currentPosition()
Copyright © 2016. All rights reserved.