com.java4ever.m3g
Class M3GInputStream
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
com.java4ever.m3g.M3GInputStream
- public class M3GInputStream
- extends java.io.FilterInputStream
| Fields inherited from class java.io.FilterInputStream |
in |
| Methods inherited from class java.io.FilterInputStream |
available, close, mark, markSupported, read, reset, skip |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
M3GInputStream
public M3GInputStream(java.io.InputStream in)
read
public int read()
throws java.io.IOException
- Throws:
java.io.IOException
read
public int read(byte[] b,
int off,
int len)
throws java.io.IOException
- Throws:
java.io.IOException
readByte
public int readByte()
throws java.io.IOException
- Throws:
java.io.IOException
readInt16
public int readInt16()
throws java.io.IOException
- Throws:
java.io.IOException
readUInt16
public int readUInt16()
throws java.io.IOException
- Throws:
java.io.IOException
readInt32
public int readInt32()
throws java.io.IOException
- Throws:
java.io.IOException
readUInt32
public int readUInt32()
throws java.io.IOException
- Throws:
java.io.IOException
readFloat32
public float readFloat32()
throws java.io.IOException
- Throws:
java.io.IOException
readString
public java.lang.String readString()
throws java.io.IOException
- Throws:
java.io.IOException
readBoolean
public boolean readBoolean()
throws java.io.IOException
- Throws:
java.io.IOException
readVector3D
public float[] readVector3D()
throws java.io.IOException
- Throws:
java.io.IOException
readMatrix
public Transform readMatrix()
throws java.io.IOException
- Throws:
java.io.IOException
readColorRGB
public int readColorRGB()
throws java.io.IOException
- Throws:
java.io.IOException
readColorRGBA
public int readColorRGBA()
throws java.io.IOException
- Throws:
java.io.IOException
readObjectIndex
public int readObjectIndex()
throws java.io.IOException
- Throws:
java.io.IOException
resetAdler32
public void resetAdler32()
getAdler32Value
public long getAdler32Value()
Copyright 2005 java4ever.com. All Rights Reserved.