- java.lang.Object
-
- java.io.InputStream
-
- java.io.FilterInputStream
-
- java.io.BufferedInputStream
-
- com.sun.j3d.loaders.objectfile.RgbFile
-
-
Field Summary
Fields
| Modifier and Type |
Field and Description |
private static int |
DEBUG |
(package private) short |
dimension |
(package private) java.lang.String |
filename |
(package private) short |
xSize |
(package private) short |
ySize |
(package private) short |
zSize |
-
Fields inherited from class java.io.BufferedInputStream
buf, count, marklimit, markpos, pos
-
Fields inherited from class java.io.FilterInputStream
in
-
Constructor Summary
Constructors
| Constructor and Description |
RgbFile(java.io.InputStream s) |
-
Method Summary
Methods
| Modifier and Type |
Method and Description |
(package private) byte |
getByte() |
java.awt.image.BufferedImage |
getImage() |
(package private) int |
getInt() |
(package private) short |
getShort() |
-
Methods inherited from class java.io.BufferedInputStream
available, close, mark, markSupported, read, read, reset, skip
-
Methods inherited from class java.io.FilterInputStream
read
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Field Detail
-
dimension
short dimension
Copyright 1996-2008 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.