public abstract class BufferEncoder extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
BufferEncoder(BufferPointer sharedBuffer) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
needBuffer(int need) |
protected void |
write(boolean[] b,
int start,
int length) |
protected abstract void |
write(byte[] buf,
int offset,
int length) |
protected void |
write(char[] c,
int start,
int length) |
protected void |
write(double[] d,
int start,
int length) |
protected void |
write(float[] f,
int start,
int length) |
protected void |
write(int[] i,
int start,
int length) |
protected void |
write(long[] l,
int start,
int length) |
protected void |
write(short[] s,
int start,
int length) |
protected void |
write(String[] s,
int start,
int length) |
protected void |
writeArray(Object o) |
protected void |
writeBoolean(boolean b) |
protected void |
writeByte(int b) |
protected void |
writeChar(int c) |
protected void |
writeChars(String s) |
protected void |
writeDouble(double d) |
protected void |
writeFloat(float f) |
protected void |
writeInt(int i) |
protected void |
writeLong(long l) |
protected void |
writeShort(int s) |
protected BufferEncoder(BufferPointer sharedBuffer)
protected abstract void needBuffer(int need)
throws IOException
IOExceptionprotected void write(boolean[] b,
int start,
int length)
throws IOException
IOExceptionprotected abstract void write(byte[] buf,
int offset,
int length)
throws IOException
IOExceptionprotected void write(char[] c,
int start,
int length)
throws IOException
IOExceptionprotected void write(double[] d,
int start,
int length)
throws IOException
IOExceptionprotected void write(float[] f,
int start,
int length)
throws IOException
IOExceptionprotected void write(int[] i,
int start,
int length)
throws IOException
IOExceptionprotected void write(long[] l,
int start,
int length)
throws IOException
IOExceptionprotected void write(short[] s,
int start,
int length)
throws IOException
IOExceptionprotected void write(String[] s, int start, int length) throws IOException
IOExceptionprotected void writeArray(Object o) throws IOException
IOExceptionprotected void writeBoolean(boolean b)
throws IOException
IOExceptionprotected void writeByte(int b)
throws IOException
IOExceptionprotected void writeChar(int c)
throws IOException
IOExceptionprotected void writeChars(String s) throws IOException
IOExceptionprotected void writeDouble(double d)
throws IOException
IOExceptionprotected void writeFloat(float f)
throws IOException
IOExceptionprotected void writeInt(int i)
throws IOException
IOExceptionprotected void writeLong(long l)
throws IOException
IOExceptionprotected void writeShort(int s)
throws IOException
IOExceptionCopyright © 1996–2016 nom-tam-fits. All rights reserved.