junkutil.crypt
クラス ZipDecryptInputStream

java.lang.Object
  上位を拡張 java.io.InputStream
      上位を拡張 junkutil.crypt.ZipDecryptInputStream
すべての実装されたインタフェース:
java.io.Closeable

public class ZipDecryptInputStream
extends java.io.InputStream


コンストラクタの概要
ZipDecryptInputStream(java.io.InputStream stream, java.lang.String password, java.lang.String encoding)
           
 
メソッドの概要
 void close()
           
static void main(java.lang.String[] args)
           
 int read()
           
 
クラス java.io.InputStream から継承されたメソッド
available, mark, markSupported, read, read, reset, skip
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ZipDecryptInputStream

public ZipDecryptInputStream(java.io.InputStream stream,
                             java.lang.String password,
                             java.lang.String encoding)
メソッドの詳細

read

public int read()
         throws java.io.IOException
定義:
クラス java.io.InputStream 内の read
例外:
java.io.IOException

close

public void close()
           throws java.io.IOException
定義:
インタフェース java.io.Closeable 内の close
オーバーライド:
クラス java.io.InputStream 内の close
例外:
java.io.IOException

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
例外:
java.lang.Exception