Interface InputStreaming

All Superinterfaces:
com.oracle.coherence.common.io.InputStreaming
All Known Subinterfaces:
ReadBuffer.BufferInput
All Known Implementing Classes:
AbstractByteArrayReadBuffer.ByteArrayBufferInput, AbstractReadBuffer.AbstractBufferInput, Base64InputStream, ByteBufferInputStream, ByteBufferReadBuffer.ByteBufferInput, ExternalizableHelper.ShieldedInputStream, MultiBufferReadBuffer.MultiBufferInput, MultiByteArrayInputStream, PackedDataInputStream, PofInputStream, WrapperBufferInput, WrapperBufferInput.VersionAwareBufferInput, WrapperDataInputStream, WrapperInputStream, WrapperObjectInputStream

public interface InputStreaming extends com.oracle.coherence.common.io.InputStreaming
This is the interface represented by the Java InputStream class.
Author:
cp 2005.01.18
  • Method Summary

    Methods inherited from interface com.oracle.coherence.common.io.InputStreaming

    available, close, mark, markSupported, read, read, read, reset, skip