Uses of Class
com.orientechnologies.orient.core.serialization.OMemoryStream
Packages that use OMemoryStream
Package
Description
-
Uses of OMemoryStream in com.orientechnologies.orient.core.command
Methods in com.orientechnologies.orient.core.command with parameters of type OMemoryStreamModifier and TypeMethodDescriptionprotected voidOCommandRequestTextAbstract.fromStream(OMemoryStream buffer, ORecordSerializer serializer) protected byte[]OCommandRequestTextAbstract.toStream(OMemoryStream buffer) -
Uses of OMemoryStream in com.orientechnologies.orient.core.id
Methods in com.orientechnologies.orient.core.id with parameters of type OMemoryStreamModifier and TypeMethodDescriptionOImmutableRecordId.fromStream(OMemoryStream iStream) ORecordId.fromStream(OMemoryStream iStream) intORecordId.toStream(OMemoryStream iStream) -
Uses of OMemoryStream in com.orientechnologies.orient.core.serialization
Methods in com.orientechnologies.orient.core.serialization that return OMemoryStreamModifier and TypeMethodDescriptionOMemoryStream.jump(int iOffset) Deprecated.OMemoryStream.setPosition(int iPosition) Deprecated.Methods in com.orientechnologies.orient.core.serialization with parameters of type OMemoryStreamModifier and TypeMethodDescriptionvoidOMemoryStream.copyFrom(OMemoryStream iSource, int iSize) Deprecated. -
Uses of OMemoryStream in com.orientechnologies.orient.core.sql.query
Methods in com.orientechnologies.orient.core.sql.query that return OMemoryStreamModifier and TypeMethodDescriptionprotected OMemoryStreamOSQLQuery.queryToStream()protected OMemoryStreamOSQLSynchQuery.queryToStream()Methods in com.orientechnologies.orient.core.sql.query with parameters of type OMemoryStreamModifier and TypeMethodDescriptionprotected voidOSQLQuery.queryFromStream(OMemoryStream buffer, ORecordSerializer serializer) protected voidOSQLSynchQuery.queryFromStream(OMemoryStream buffer, ORecordSerializer serializer)