7475767778798081828384
try { DataInput dis; if (bigEndian) { dis = new DataInputStream(stream); } else { dis = new LEDataInputStream(stream); } Vector<Integer> intV = new Vector<Integer>(); try {
111112113114115116117118119120121
try { DataInput dis; if (bigEndian) { dis = new DataInputStream(stream); } else { dis = new LEDataInputStream(stream); } Vector<Float> floatV = new Vector<Float>(); try {
148149150151152153154155156157158
try { DataInput dis; if (bigEndian) { dis = new DataInputStream(stream); } else { dis = new LEDataInputStream(stream); } Vector<Double> doubleV = new Vector<Double>(); try {
185186187188189190191192193194195
try { DataInput dis; if (bigEndian) { dis = new DataInputStream(stream); } else { dis = new LEDataInputStream(stream); } double[] array = new double[n2 - n1]; dis.skipBytes(n1 * 4);
213214215216217218219220221222223
try { DataInput dis; if (bigEndian) { dis = new DataInputStream(stream); } else { dis = new LEDataInputStream(stream); } Vector<Byte> bytesV = new Vector<Byte>(); try {