Structs
Overview
Structs is a class in Aspose.3D FOSS for Java.
Base class of struct array.
This class provides 5 methods for working with Structs objects in Java programs.
Available methods include: length, structSize, toString, writeTo.
All public members are accessible to any Java application after installing the Aspose.3D FOSS for Java package.
Methods
| Signature | Description |
|---|---|
length() → int | Not implemented in the FOSS edition — throws at runtime. Length of this array. |
structSize() → int | Not implemented in the FOSS edition — throws at runtime. Size in bytes of single struct. |
writeTo(stream: Stream) | Not implemented in the FOSS edition — throws at runtime. Write the content to specified stream. |
writeTo(stream: java.io.OutputStream) | Not implemented in the FOSS edition — throws at runtime. Write the content to specified stream. |
toString() → String | Returns a string representation of this struct array. |