net.sf.mmm.util.io.api
Interface DetectorInputStream

All Superinterfaces:
DetectorStream
All Known Implementing Classes:
ProcessableDetectorInputStream

public interface DetectorInputStream
extends DetectorStream

This is the interface for a DetectorStream that wraps an InputStream.

Since:
1.0.2
Author:
Joerg Hohwiller (hohwille at users.sourceforge.net)

Method Summary
 InputStream getStream()
          This method gets the wrapped stream.
 
Methods inherited from interface net.sf.mmm.util.io.api.DetectorStream
getMetadata, isDone
 

Method Detail

getStream

InputStream getStream()
This method gets the wrapped stream. After this stream is read to the end, the metadata can be retrieved. This method is a simple getter - it will always return the same stream object.
This returned wrapper stream has the following limitations:

Returns:
the wrapper stream.


Copyright © 2001-2010 mmm-Team. All Rights Reserved.