Package com.gaia3d.io
Class BigEndianDataOutputStream
java.lang.Object
java.io.OutputStream
java.io.FilterOutputStream
java.io.DataOutputStream
com.gaia3d.io.BigEndianDataOutputStream
- All Implemented Interfaces:
Closeable
,DataOutput
,Flushable
,AutoCloseable
BigEndianDataOutputStream
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
writeFloats
(float[] v) void
void
writeInts
(int[] v) void
void
writeShorts
(short[] v) void
void
writeVector4
(org.joml.Vector4d values) Methods inherited from class java.io.DataOutputStream
flush, size, write, write, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTF
Methods inherited from class java.io.FilterOutputStream
close, write
Methods inherited from class java.io.OutputStream
nullOutputStream
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.io.DataOutput
write, write, write, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTF
-
Constructor Details
-
BigEndianDataOutputStream
-
-
Method Details
-
writeShorts
- Throws:
IOException
-
writeInts
- Throws:
IOException
-
writeFloats
- Throws:
IOException
-
writeText
- Throws:
IOException
-
writeVector4
- Throws:
IOException
-
writeIntAndUTF
- Throws:
IOException
-
writePureText
- Throws:
IOException
-