Uses of Class
org.infinispan.protostream.impl.TagReaderImpl
-
Packages that use TagReaderImpl Package Description org.infinispan.protostream.impl Protostream internals. -
-
Uses of TagReaderImpl in org.infinispan.protostream.impl
Methods in org.infinispan.protostream.impl that return TagReaderImpl Modifier and Type Method Description static TagReaderImplTagReaderImpl. newInstance(ImmutableSerializationContext serCtx, byte[] buf)static TagReaderImplTagReaderImpl. newInstance(ImmutableSerializationContext serCtx, byte[] buf, int offset, int length)static TagReaderImplTagReaderImpl. newInstance(ImmutableSerializationContext serCtx, InputStream input)static TagReaderImplTagReaderImpl. newInstance(ImmutableSerializationContext serCtx, ByteBuffer buf)static TagReaderImplTagReaderImpl. newNestedInstance(ProtobufTagMarshaller.ReadContext parent, byte[] buf)static TagReaderImplTagReaderImpl. newNestedInstance(ProtobufTagMarshaller.ReadContext parent, InputStream input)
-