public class Ks3OutputStream extends OutputStream
| 限定符和类型 | 字段和说明 |
|---|---|
static org.apache.commons.logging.Log |
LOG |
byte[] |
oneByteAry |
| 构造器和说明 |
|---|
Ks3OutputStream(Ks3FileSystemStore store,
String objectKey) |
Ks3OutputStream(Ks3FileSystemStore store,
String objectKey,
String infoKey) |
Ks3OutputStream(Ks3FileSystemStore store,
String objectKey,
String infoKey,
Integer blockSize) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
close() |
int |
getBlockId() |
void |
shutdownEngine() |
void |
startEngine() |
void |
write(byte[] b,
int off,
int len) |
void |
write(int i) |
flush, writepublic static final org.apache.commons.logging.Log LOG
public final byte[] oneByteAry
public Ks3OutputStream(Ks3FileSystemStore store, String objectKey)
public Ks3OutputStream(Ks3FileSystemStore store, String objectKey, String infoKey)
public Ks3OutputStream(Ks3FileSystemStore store, String objectKey, String infoKey, Integer blockSize)
public int getBlockId()
public void startEngine()
public void write(int i)
throws IOException
write 在类中 OutputStreamIOExceptionpublic void write(byte[] b,
int off,
int len)
throws IOException
write 在类中 OutputStreamIOExceptionpublic void shutdownEngine()
throws IOException
IOExceptionpublic void close()
throws IOException
close 在接口中 Closeableclose 在接口中 AutoCloseableclose 在类中 OutputStreamIOExceptionCopyright © 2022. All rights reserved.