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

Packages that use DetectorInputStream
net.sf.mmm.util.io.api Provides the API for utilities that help to read and write data, process bytes, etc. 
net.sf.mmm.util.io.base Contains public implementations that help to read and write data, process bytes, etc. 
net.sf.mmm.util.io.impl Contains implementations for utilities that help to read and write data, process bytes, etc. 
 

Uses of DetectorInputStream in net.sf.mmm.util.io.api
 

Methods in net.sf.mmm.util.io.api that return DetectorInputStream
 DetectorInputStream DetectorStreamProvider.wrapInputStream(InputStream stream)
          This method gets a DetectorInputStream that wrapps the given stream.
 DetectorInputStream DetectorStreamProvider.wrapInputStream(InputStream stream, Map<String,Object> metadata)
          This method gets a DetectorInputStream that wraps the given stream.
 

Uses of DetectorInputStream in net.sf.mmm.util.io.base
 

Methods in net.sf.mmm.util.io.base that return DetectorInputStream
 DetectorInputStream AbstractDetectorStreamProvider.wrapInputStream(InputStream stream)
          This method gets a DetectorInputStream that wrapps the given stream.
 

Uses of DetectorInputStream in net.sf.mmm.util.io.impl
 

Classes in net.sf.mmm.util.io.impl that implement DetectorInputStream
 class ProcessableDetectorInputStream
          This is the implementation of the DetectorOutputStream.
 

Methods in net.sf.mmm.util.io.impl that return DetectorInputStream
 DetectorInputStream DetectorStreamProviderImpl.wrapInputStream(InputStream stream, Map<String,Object> metadata)
          This method gets a DetectorInputStream that wraps the given stream.
 



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