Uses of Class
mri.v3ds.Exception3ds

Packages that use Exception3ds
mri.v3ds   
 

Uses of Exception3ds in mri.v3ds
 

Constructors in mri.v3ds that throw Exception3ds
Scene3ds(byte[] file_image)
          Construct a Scene3ds object from a 3ds-file RAM image.
Scene3ds(byte[] file_image, TextDecode3ds decode, int level)
          Construct (and decode) a Scene3ds object from a 3ds-file RAM image.
Scene3ds(java.io.File file)
          Construct a Scene3ds object from a local 3ds-file.
Scene3ds(java.io.File file, TextDecode3ds decode, int level)
          Construct (and decode) a Scene3ds object from a local 3ds-file.
Scene3ds(java.io.InputStream stream)
          Construct a Scene3ds object from an InputStream containing 3ds-file data.
Scene3ds(java.io.InputStream stream, TextDecode3ds decode, int level)
          Construct (and decode) a Scene3ds object from an InputStream containing 3ds-file data.