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) |
flush
public RandomBuilderOutputStream(RandomBuilder builder, int fragmentId)
builder
- 書き込み先の RandomBuider。fragmentId
- 書き込み先の断片ID。public void write(int b) throws IOException
write
クラス内 OutputStream
IOException
public void write(byte[] b, int off, int len) throws IOException
write
クラス内 OutputStream
IOException
public void write(byte[] b) throws IOException
write
クラス内 OutputStream
IOException
public void close() throws IOException
close
インタフェース内 Closeable
close
インタフェース内 AutoCloseable
close
クラス内 OutputStream
IOException
Copyright © 2024 座間ソフト. All rights reserved.