tango.sys.Pipe

License:
BSD style:

author:
Juan Jose Comellas

class PipeConduit: tango.io.device.Device.Device;
Conduit for pipes.

Each PipeConduit can only read or write, depending on the way it has been created.

const const size_t bufferSize();
Returns the buffer size for the PipeConduit.

immutable(char)[] toString();
Returns the name of the device.

class Pipe;
Factory class for Pipes.

this(uint bufferSize = cast(uint)8192);
Create a Pipe.

@property PipeConduit sink();
Return the PipeConduit that you can write to.

@property PipeConduit source();
Return the PipeConduit that you can read from.


Page generated by Ddoc. Copyright (c) 2006 Juan Jose Comellas. All rights reserved