org.infinispan.marshall
Class AbstractStreamingMarshaller

java.lang.Object
  extended by org.infinispan.marshall.AbstractMarshaller
      extended by org.infinispan.marshall.AbstractStreamingMarshaller
All Implemented Interfaces:
Marshaller, StreamingMarshaller
Direct Known Subclasses:
VersionAwareMarshaller

public abstract class AbstractStreamingMarshaller
extends AbstractMarshaller
implements StreamingMarshaller

Abstract marshaller

Since:
4.0
Author:
Manik Surtani

Field Summary
 
Fields inherited from class org.infinispan.marshall.AbstractMarshaller
DEFAULT_BUF_SIZE
 
Constructor Summary
AbstractStreamingMarshaller()
           
 
Method Summary
 Object objectFromInputStream(InputStream inputStream)
           
 
Methods inherited from class org.infinispan.marshall.AbstractMarshaller
objectFromByteBuffer, objectToBuffer, objectToBuffer, objectToByteBuffer, objectToByteBuffer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.infinispan.marshall.StreamingMarshaller
finishObjectInput, finishObjectOutput, objectFromObjectStream, objectToObjectStream, startObjectInput, startObjectOutput
 
Methods inherited from interface org.infinispan.marshall.Marshaller
isMarshallable, objectFromByteBuffer, objectFromByteBuffer, objectToBuffer, objectToByteBuffer, objectToByteBuffer
 

Constructor Detail

AbstractStreamingMarshaller

public AbstractStreamingMarshaller()
Method Detail

objectFromInputStream

public Object objectFromInputStream(InputStream inputStream)
                             throws IOException,
                                    ClassNotFoundException
Specified by:
objectFromInputStream in interface StreamingMarshaller
Throws:
IOException
ClassNotFoundException

Google Analytics

Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.