HostProcess-ByteOutputStream (クラス)
public sealed HostProcess-ByteOutputStream {inherits File-ByteOutputStream}
パッケージ: CURL.RUNTIME.HOST-PROCESS

この型のストリームは、バックグラウンドで実行する子プロセスの標準入力にバイト列を送信するために使用されます。HostProcess.write-open-stdin-byte も参照してください。


プロパティ
プロパティ 継承 File-ByteOutputStream: non-blocking-supported?, open?, origin-url

メソッド
seek-style-supported?:style SeekStyle がこのオブジェクトでサポートされているかどうかを示します。オブジェクトが任意の数の SeekStyle をサポートする場合があります。
public {HostProcess-ByteOutputStream.seek-style-supported?
style:SeekStyle
}:bool
メソッド 継承 File-ByteOutputStream: close, flush, seek, write, write-one
メソッド 継承 OutputStream-of: async-write
メソッド 継承 Seekable: tell
メソッド 継承 Stream-of: verify-open
メソッド 継承 Object: object-describe, object-describe-for-debugging, object-serialize




プロパティ詳細


メソッド詳細
seek-style-supported? (メソッド)
public {HostProcess-ByteOutputStream.seek-style-supported?
style:SeekStyle
}:bool

style SeekStyle がこのオブジェクトでサポートされているかどうかを示します。オブジェクトが任意の数の SeekStyle をサポートする場合があります。

style: クエリ対象の SeekStyle

オーバーライド

実装側が提供する必要があります。