IOUtils
Contents
[
Hide
]Inheritance: java.lang.Object
public class IOUtils
Utilities to write matrix/vector to binary writer
Constructors
Constructor | Description |
---|---|
IOUtils() |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getClass() | |
hashCode() | |
notify() | |
notifyAll() | |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) | |
write(BinaryWriter writer, FMatrix4 mat) | Write the matrix to the binary writer |
write(BinaryWriter writer, FVector2 v) | Write the vector to the binary writer |
write(BinaryWriter writer, FVector3 v) | Write the vector to the binary writer |
write(BinaryWriter writer, FVector4 v) | Write the vector to the binary writer |
write(BinaryWriter writer, Matrix4 mat) | Write the matrix to the binary writer |
write(BinaryWriter writer, Vector2 v) | Write the vector to the binary writer |
write(BinaryWriter writer, Vector3 v) | Write the vector to the binary writer |
write(BinaryWriter writer, Vector4 v) | Write the vector to the binary writer |
IOUtils()
public IOUtils()
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |
write(BinaryWriter writer, FMatrix4 mat)
public static void write(BinaryWriter writer, FMatrix4 mat)
Write the matrix to the binary writer
Parameters:
Parameter | Type | Description |
---|---|---|
writer | com.aspose.csporter.helpers.BinaryWriter | Target binary writer |
mat | FMatrix4 | Matrix to write |
write(BinaryWriter writer, FVector2 v)
public static void write(BinaryWriter writer, FVector2 v)
Write the vector to the binary writer
Parameters:
Parameter | Type | Description |
---|---|---|
writer | com.aspose.csporter.helpers.BinaryWriter | Target binary writer |
v | FVector2 | Vector to write |
write(BinaryWriter writer, FVector3 v)
public static void write(BinaryWriter writer, FVector3 v)
Write the vector to the binary writer
Parameters:
Parameter | Type | Description |
---|---|---|
writer | com.aspose.csporter.helpers.BinaryWriter | Target binary writer |
v | FVector3 | Vector to write |
write(BinaryWriter writer, FVector4 v)
public static void write(BinaryWriter writer, FVector4 v)
Write the vector to the binary writer
Parameters:
Parameter | Type | Description |
---|---|---|
writer | com.aspose.csporter.helpers.BinaryWriter | Target binary writer |
v | FVector4 | Vector to write |
write(BinaryWriter writer, Matrix4 mat)
public static void write(BinaryWriter writer, Matrix4 mat)
Write the matrix to the binary writer
Parameters:
Parameter | Type | Description |
---|---|---|
writer | com.aspose.csporter.helpers.BinaryWriter | Target binary writer |
mat | Matrix4 | Matrix to write |
write(BinaryWriter writer, Vector2 v)
public static void write(BinaryWriter writer, Vector2 v)
Write the vector to the binary writer
Parameters:
Parameter | Type | Description |
---|---|---|
writer | com.aspose.csporter.helpers.BinaryWriter | Target binary writer |
v | Vector2 | Vector to write |
write(BinaryWriter writer, Vector3 v)
public static void write(BinaryWriter writer, Vector3 v)
Write the vector to the binary writer
Parameters:
Parameter | Type | Description |
---|---|---|
writer | com.aspose.csporter.helpers.BinaryWriter | Target binary writer |
v | Vector3 | Vector to write |
write(BinaryWriter writer, Vector4 v)
public static void write(BinaryWriter writer, Vector4 v)
Write the vector to the binary writer
Parameters:
Parameter | Type | Description |
---|---|---|
writer | com.aspose.csporter.helpers.BinaryWriter | Target binary writer |
v | Vector4 | Vector to write |