public interface ProtoStreamReader
extends org.infinispan.protostream.RawProtoStreamReader
RawProtoStreamReader with the additional ability to read an arbitrary embedded object.| Modifier and Type | Method and Description |
|---|---|
org.infinispan.protostream.ImmutableSerializationContext |
getSerializationContext() |
<E extends Enum<E>> |
readEnum(Class<E> enumClass) |
<T> T |
readObject(Class<T> targetClass) |
byte |
readRawByte() |
checkLastTagWas, popLimit, pushLimit, readBool, readByteArray, readByteBuffer, readDouble, readEnum, readFixed32, readFixed64, readFloat, readInt32, readInt64, readRawVarint32, readRawVarint64, readSFixed32, readSFixed64, readSInt32, readSInt64, readString, readTag, readUInt32, readUInt64, skipFieldorg.infinispan.protostream.ImmutableSerializationContext getSerializationContext()
<T> T readObject(Class<T> targetClass) throws IOException
IOException<E extends Enum<E>> E readEnum(Class<E> enumClass) throws IOException
IOExceptionbyte readRawByte()
throws IOException
IOExceptionCopyright © 2021 JBoss by Red Hat. All rights reserved.