JBoss Marshalling 1.3.0.CR9

org.jboss.marshalling
Class SimpleByteInput

java.lang.Object
  extended by java.io.InputStream
      extended by org.jboss.marshalling.SimpleByteInput
All Implemented Interfaces:
Closeable, ByteInput
Direct Known Subclasses:
ByteInputStream

public abstract class SimpleByteInput
extends InputStream
implements ByteInput

A simple byte input which extends InputStream.


Constructor Summary
SimpleByteInput()
           
 
Method Summary
 
Methods inherited from class java.io.InputStream
available, close, mark, markSupported, read, read, read, reset, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jboss.marshalling.ByteInput
available, read, read, read, skip
 
Methods inherited from interface java.io.Closeable
close
 

Constructor Detail

SimpleByteInput

public SimpleByteInput()

JBoss Marshalling 1.3.0.CR9

Copyright © 2011 JBoss, a division of Red Hat, Inc.