Package nom.tam.util

Class BufferEncoder

java.lang.Object
nom.tam.util.BufferEncoder

public abstract class BufferEncoder extends Object
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    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
     
    protected void
    writeBoolean(boolean b)
     
    protected void
    writeByte(int b)
     
    protected void
    writeChar(int c)
     
    protected void
     
    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)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait