org.cip4.jdflib.ifaces
Interface IStreamConverter


public interface IStreamConverter

class that converts one stream into another

Author:
rainerprosi

Method Summary
 Vector<InputStream> convert(InputStream stream)
          convert a stream
 

Method Detail

convert

Vector<InputStream> convert(InputStream stream)
convert a stream

Parameters:
stream - the input stream to convert
Returns:
the converted set of streams; may be null


Copyright © 2013. All Rights Reserved.