public final class CipherLiteInputStream extends FilterInputStream
CipherLite,
GCMCipherLitein| 限定符 | 构造器和说明 |
|---|---|
protected |
CipherLiteInputStream(InputStream is) |
|
CipherLiteInputStream(InputStream is,
com.ksyun.ks3.service.encryption.internal.CipherLite cipherLite) |
|
CipherLiteInputStream(InputStream is,
com.ksyun.ks3.service.encryption.internal.CipherLite c,
int buffsize) |
|
CipherLiteInputStream(InputStream is,
com.ksyun.ks3.service.encryption.internal.CipherLite c,
int buffsize,
boolean multipart) |
public CipherLiteInputStream(InputStream is, com.ksyun.ks3.service.encryption.internal.CipherLite cipherLite)
public CipherLiteInputStream(InputStream is, com.ksyun.ks3.service.encryption.internal.CipherLite c, int buffsize)
public CipherLiteInputStream(InputStream is, com.ksyun.ks3.service.encryption.internal.CipherLite c, int buffsize, boolean multipart)
protected CipherLiteInputStream(InputStream is)
public int read()
throws IOException
read 在类中 FilterInputStreamIOExceptionpublic int read(byte[] b)
throws IOException
read 在类中 FilterInputStreamIOExceptionpublic int read(byte[] buf,
int off,
int target_len)
throws IOException
read 在类中 FilterInputStreamIOExceptionpublic long skip(long n)
throws IOException
skip 在类中 FilterInputStreamIOExceptionpublic int available()
available 在类中 FilterInputStreampublic void close()
throws IOException
close 在接口中 Closeableclose 在接口中 AutoCloseableclose 在类中 FilterInputStreamIOExceptionpublic boolean markSupported()
markSupported 在类中 FilterInputStreampublic void mark(int readlimit)
mark 在类中 FilterInputStreampublic void reset()
throws IOException
reset 在类中 FilterInputStreamIOExceptionCopyright © 2024. All rights reserved.