public class RandomBuilderOutputStream extends OutputStream
| コンストラクタと説明 |
|---|
RandomBuilderOutputStream(RandomBuilder builder,
int fragmentId) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
close()
RandomBuilder の closeBlock メソッドを呼び出します。
|
void |
write(byte[] b) |
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
flushpublic RandomBuilderOutputStream(RandomBuilder builder, int fragmentId)
builder - 書き込み先の RandomBuider。fragmentId - 書き込み先の断片ID。public void write(int b)
throws IOException
write クラス内 OutputStreamIOExceptionpublic void write(byte[] b,
int off,
int len)
throws IOException
write クラス内 OutputStreamIOExceptionpublic void write(byte[] b)
throws IOException
write クラス内 OutputStreamIOExceptionpublic void close()
throws IOException
close インタフェース内 Closeableclose インタフェース内 AutoCloseableclose クラス内 OutputStreamIOExceptionCopyright © 2023 座間ソフト. All rights reserved.