Class VarDataOutput
java.lang.Object
org.teavm.cache.VarDataOutput
- All Implemented Interfaces:
Closeable, AutoCloseable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voidvoidwriteBytes(byte[] data) voidwriteDouble(double value) voidwriteFloat(float value) voidwriteSigned(int value) voidwriteSigned(long value) voidwriteUnsigned(int value) voidwriteUnsigned(long value)
-
Constructor Details
-
VarDataOutput
-
-
Method Details
-
writeUnsigned
- Throws:
IOException
-
writeSigned
- Throws:
IOException
-
writeUnsigned
- Throws:
IOException
-
writeSigned
- Throws:
IOException
-
writeFloat
- Throws:
IOException
-
writeDouble
- Throws:
IOException
-
write
- Throws:
IOException
-
writeBytes
- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-