Uses of Class
com.gigaspaces.serialization.pbs.PbsInputStream
Packages that use PbsInputStream
-
Uses of PbsInputStream in com.gigaspaces.internal.transport
Constructors in com.gigaspaces.internal.transport with parameters of type PbsInputStreamModifierConstructorDescriptionPbsEntryPacket(PbsInputStream input, ITypeDesc typeDesc, EntryType entryType) -
Uses of PbsInputStream in com.gigaspaces.serialization.pbs
Methods in com.gigaspaces.serialization.pbs that return PbsInputStreamModifier and TypeMethodDescriptionstatic PbsInputStreamPbsStreamResource.getExistingInputStream()static PbsInputStreamPbsStreamResource.getInputStream(byte[] buffer) Get a PbsInputStreamMethods in com.gigaspaces.serialization.pbs with parameters of type PbsInputStreamModifier and TypeMethodDescriptionstatic DocumentPropertiesPbsEntryFormatter.readDynamicProperties(PbsInputStream input) static EntryTypePbsEntryFormatter.readEntryType(PbsInputStream input) static ObjectPbsEntryFormatter.readFieldValue(PbsInputStream input) static ObjectPbsEntryFormatter.readFieldValue(PbsInputStream input, ISpaceProxy contextSpaceProxy) static PbsEntryPacketPbsEntryFormatter.readPbsEntryPacket(PbsInputStream input) static PbsEntryPacket[]PbsEntryFormatter.readPbsEntryPacketArray(PbsInputStream input) static ITemplatePacketPbsEntryFormatter.readPbsTemplate(PbsInputStream input, ISpaceProxy spaceProxy) static ITemplatePacketPbsEntryFormatter.readPbsTemplate(PbsInputStream input, ISpaceProxy spaceProxy, ITypeDesc typeDescriptor) static PbsTemplatePacketPbsEntryFormatter.readPbsTemplatePacket(PbsInputStream input) static Object[]PbsEntryFormatter.readPrimitiveArray(PbsInputStream input, ISpaceProxy contextSpaceProxy) static PbsProjectionTemplatePbsEntryFormatter.readProjectionTemplate(PbsInputStream input) static QueryResultTypeInternalPbsEntryFormatter.readQueryResultType(PbsInputStream input) static ITemplatePacketPbsEntryFormatter.readSqlQuery(PbsInputStream input, ISpaceProxy spaceProxy, ITypeDesc typeDescriptor) static ITypeDescPbsEntryFormatter.readTypeDesc(PbsInputStream input, String typeName, EntryType entryType, int flags) static ITypeDescPbsEntryFormatter.readTypeDescIfExists(PbsInputStream input, String typeName, EntryType entryType) static ITypeDescPbsEntryFormatter.readTypeDescriptor(PbsInputStream input)