Interface IStreamConverter


public interface IStreamConverter
class that converts one stream into another
  • Method Details

    • 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