IOUtils

Inheritance: java.lang.Object

public class IOUtils

Utilities to write matrix/vector to binary writer

Constructors

ConstructorDescription
IOUtils()

Methods

MethodDescription
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:

ParameterTypeDescription
arg0java.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:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int

write(BinaryWriter writer, FMatrix4 mat)

public static void write(BinaryWriter writer, FMatrix4 mat)

Write the matrix to the binary writer

Parameters:

ParameterTypeDescription
writercom.aspose.csporter.helpers.BinaryWriterTarget binary writer
matFMatrix4Matrix to write

write(BinaryWriter writer, FVector2 v)

public static void write(BinaryWriter writer, FVector2 v)

Write the vector to the binary writer

Parameters:

ParameterTypeDescription
writercom.aspose.csporter.helpers.BinaryWriterTarget binary writer
vFVector2Vector to write

write(BinaryWriter writer, FVector3 v)

public static void write(BinaryWriter writer, FVector3 v)

Write the vector to the binary writer

Parameters:

ParameterTypeDescription
writercom.aspose.csporter.helpers.BinaryWriterTarget binary writer
vFVector3Vector to write

write(BinaryWriter writer, FVector4 v)

public static void write(BinaryWriter writer, FVector4 v)

Write the vector to the binary writer

Parameters:

ParameterTypeDescription
writercom.aspose.csporter.helpers.BinaryWriterTarget binary writer
vFVector4Vector to write

write(BinaryWriter writer, Matrix4 mat)

public static void write(BinaryWriter writer, Matrix4 mat)

Write the matrix to the binary writer

Parameters:

ParameterTypeDescription
writercom.aspose.csporter.helpers.BinaryWriterTarget binary writer
matMatrix4Matrix to write

write(BinaryWriter writer, Vector2 v)

public static void write(BinaryWriter writer, Vector2 v)

Write the vector to the binary writer

Parameters:

ParameterTypeDescription
writercom.aspose.csporter.helpers.BinaryWriterTarget binary writer
vVector2Vector to write

write(BinaryWriter writer, Vector3 v)

public static void write(BinaryWriter writer, Vector3 v)

Write the vector to the binary writer

Parameters:

ParameterTypeDescription
writercom.aspose.csporter.helpers.BinaryWriterTarget binary writer
vVector3Vector to write

write(BinaryWriter writer, Vector4 v)

public static void write(BinaryWriter writer, Vector4 v)

Write the vector to the binary writer

Parameters:

ParameterTypeDescription
writercom.aspose.csporter.helpers.BinaryWriterTarget binary writer
vVector4Vector to write