etc.negui.process.pipe

パイプ。
勉強しなくては。
History:
1.100: 新規作成。
class PipeException: etc.negui.system.exception.NeGuiException;

class PipeHandle: etc.negui.file.file.NeFile;

this(HANDLE Handle , bool Suicide );

const typeof(this) dup();

class Pipe: etc.negui.system.raii.Raii;

PipeHandle reader;

PipeHandle writer;

protected void Kill();

this(ref const SECURITY Security , size_t Buffer = 0);

this(size_t Buffer = 0);

ubyte[] read();

bool write(const(ubyte)[] Data );

void flush();