public class HashedBlockOutputStream extends OutputStream
| Constructor and Description |
|---|
HashedBlockOutputStream(OutputStream os) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
flush() |
void |
write(byte[] buffer) |
void |
write(byte[] b,
int offset,
int count) |
void |
write(int oneByte) |
void |
writeInt(int val) |
void |
writeInt(int val,
byte[] buf,
int offset) |
byte[] |
writeIntBuf(int val) |
void |
writeLong(long val) |
void |
writeLong(long val,
byte[] buf,
int offset) |
void |
writeUInt(long uint) |
public HashedBlockOutputStream(OutputStream os)
public void write(int oneByte)
throws IOException
write in class OutputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class OutputStreamIOExceptionpublic void flush()
throws IOException
flush in interface Flushableflush in class OutputStreamIOExceptionpublic void write(byte[] b,
int offset,
int count)
throws IOException
write in class OutputStreamIOExceptionpublic void write(byte[] buffer)
throws IOException
write in class OutputStreamIOExceptionpublic void writeUInt(long uint)
throws IOException
IOExceptionpublic void writeInt(int val)
throws IOException
IOExceptionpublic byte[] writeIntBuf(int val)
public void writeInt(int val,
byte[] buf,
int offset)
public void writeLong(long val)
throws IOException
IOExceptionpublic void writeLong(long val,
byte[] buf,
int offset)
Copyright © 2016. All rights reserved.