tput.html#write(float[], int, int, int)">write(float[] data, int offset, int length, int byteOrder)
             void write(int[] data)
             void write(int[] data, int byteOrder)
             void write(int[] data, int offset, int length)
             void write(int[] data, int offset, int length, int byteOrder)
             void write(long[] data)
             void write(long[] data, int byteOrder)
             void write(long[] data, int offset, int length)
             void write(long[] data, int offset, int length, int byteOrder)
             void write(short[] data)
             void write(short[] data, int byteOrder)
             void write(short[] data, int offset, int length)
             void write(short[] data, int offset, int length, int byteOrder)
             void writeChar(int v, int byteOrder)
             void writeDouble(double v, int byteOrder)
             void writeFloat(float v, int byteOrder)
             void writeInt(int v, int byteOrder)
             void writeLong(long v, int byteOrder)
             void writeShort(int v, int byteOrder)
             
Methods inherited from interface java.io.DataOutput
write, write, write, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTF
 

Method Detail

write

public void write(short[] data)
           throws java.io.IOException
Throws:
java.io.IOException

write

public void write(short[] data,
                  int byteOrder)
           throws java.io.IOException
Throws:
java.io.IOException

write

public void write(short[] data,
                  int offset,
                  int length)
           throws java.io.IOException
Throws:
java.io.IOException

write

public void write(short[] data,
                  int offset,
                  int length,
                  int byteOrder)
           throws java.io.IOException
Throws:
java.io.IOException

write

public void write(char[] data)
           throws java.io.IOException
Throws:
java.io.IOException

write

public void write(char[] data,
                  int byteOrder)
           throws java.io.IOException
Throws:
java.io.IOException

write

public void write(char[] data,
                  int offset,
                  int length)
           throws java.io.IOException
Throws:
java.io.IOException

write

public void write(char[] data,
                  int offset,
                  int length,
                  int byteOrder)
           throws java.io.IOException
Throws:
java.io.IOException

write

public void write(int[] data)
           throws java.io.IOException
Throws:
java.io.IOException

write

public void write(int[] data,
                  int byteOrder)
           throws java.io.IOException
Throws:
java.io.IOException

write

public void write(int[] data,
                  int offset,
                  int length)
           throws java.io.IOException
Throws:
java.io.IOException

write

public void write(int[] data,
                  int offset,
                  int length,
                  int byteOrder)
           throws java.io.IOException
Throws:
java.io.IOException

write

public void write(float[] data)
           throws java.io.IOException
Throws:
java.io.IOException

write

public void write(float[] data,
                  int byteOrder)
           throws java.io.IOException
Throws:
java.io.IOException

write

public void write(float[] data,
                  int offset,
                  int length)
           throws java.io.IOException
Throws:
java.io.IOException

write

public void write(float[] data,
                  int offset,
                  int length,
                  int byteOrder)
           throws java.io.IOException
Throws:
java.io.IOException

write

public void write(long[] data)
           throws java.io.IOException
Throws:
java.io.IOException

write

public void write(long[] data,
                  int byteOrder)
           throws java.io.IOException
Throws:
java.io.IOException

write

public void write(long[] data,
                  int offset,
                  int length)
           throws java.io.IOException
Throws:
java.io.IOException

write

public void write(long[] data,
                  int offset,
                  int length,
                  int byteOrder)
           throws java.io.IOException
Throws:
java.io.IOException

write

public void write(double[] data)
           throws java.io.IOException
Throws:
java.io.IOException

write

public void write(double[] data,
                  int byteOrder)
           throws java.io.IOException
Throws:
java.io.IOException

write

public void write(double[] data,
                  int offset,
                  int length)
           throws java.io.IOException
Throws:
java.io.IOException

write

public void write(double[] data,
                  int offset,
                  int length,
                  int byteOrder)
           throws java.io.IOException
Throws:
java.io.IOException

writeShort

public void writeShort(int v,
                       int byteOrder)
                throws java.io.IOException
Throws:
java.io.IOException

writeChar

public void writeChar(int v,
                      int byteOrder)
               throws java.io.IOException
Throws:
java.io.IOException

writeInt

public void writeInt(int v,
                     int byteOrder)
              throws java.io.IOException
Throws:
java.io.IOException

writeLong

public void writeLong(long v,
                      int byteOrder)
               throws java.io.IOException
Throws:
java.io.IOException

writeFloat

public void writeFloat(float v,
                       int byteOrder)
                throws java.io.IOException
Throws:
java.io.IOException

writeDouble

public void writeDouble(double v,
                        int byteOrder)
                 throws java.io.IOException
Throws:
java.io.IOException