Class OUnsafeBinaryConverter
java.lang.Object
com.orientechnologies.common.serialization.OUnsafeBinaryConverter
- All Implemented Interfaces:
OBinaryConverter
- Since:
- 26.07.12
- Author:
- Andrey Lomakin (a.lomakin-at-orientdb.com)
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncharintlongshortbooleanvoidvoidvoidvoid
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
OUnsafeBinaryConverter
public OUnsafeBinaryConverter()
-
-
Method Details
-
putShort
- Specified by:
putShortin interfaceOBinaryConverter
-
getShort
- Specified by:
getShortin interfaceOBinaryConverter
-
putInt
- Specified by:
putIntin interfaceOBinaryConverter
-
getInt
- Specified by:
getIntin interfaceOBinaryConverter
-
putLong
- Specified by:
putLongin interfaceOBinaryConverter
-
getLong
- Specified by:
getLongin interfaceOBinaryConverter
-
putChar
- Specified by:
putCharin interfaceOBinaryConverter
-
getChar
- Specified by:
getCharin interfaceOBinaryConverter
-
nativeAccelerationUsed
public boolean nativeAccelerationUsed()- Specified by:
nativeAccelerationUsedin interfaceOBinaryConverter
-