org.codehaus.plexus.util.io
Class RawInputStreamFacade

java.lang.Object
  extended by org.codehaus.plexus.util.io.RawInputStreamFacade
All Implemented Interfaces:
InputStreamFacade

public class RawInputStreamFacade
extends java.lang.Object
implements InputStreamFacade

Implementation of InputStreamFacade for raw input streams.


Constructor Summary
RawInputStreamFacade(java.io.InputStream stream)
          Creates a new instance.
 
Method Summary
 java.io.InputStream getInputStream()
          Retrieves the actual InputStream.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RawInputStreamFacade

public RawInputStreamFacade(java.io.InputStream stream)
Creates a new instance.

Method Detail

getInputStream

public java.io.InputStream getInputStream()
                                   throws java.io.IOException
Description copied from interface: InputStreamFacade
Retrieves the actual InputStream. The caller must assume, that this method may be invoked only once.

Specified by:
getInputStream in interface InputStreamFacade
Throws:
java.io.IOException


Copyright © 2001-2009 Codehaus. All Rights Reserved.