Skip navigation links

Oracle® Coherence Java API Reference
Release 12.1.2.0.3

E26043-02


com.tangosol.io
Interface InputStreaming

All Superinterfaces:
com.oracle.common.io.InputStreaming
All Known Subinterfaces:
ReadBuffer.BufferInput
All Known Implementing Classes:
AbstractByteArrayReadBuffer.ByteArrayBufferInput, AbstractReadBuffer.AbstractBufferInput, ByteBufferReadBuffer.ByteBufferInput, MultiBufferReadBuffer.MultiBufferInput, WrapperBufferInput

public interface InputStreaming
extends com.oracle.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.common.io.InputStreaming
available, close, mark, markSupported, read, read, read, reset, skip

 


Skip navigation links

Oracle® Coherence Java API Reference
Release 12.1.2.0.3

E26043-02


Copyright © 2000, 2014, Oracle and/or its affiliates. All rights reserved.