tango.io.stream.Buffered

Public Imports

tango.io.model.IConduit
public import tango.io.model.IConduit;
Undocumented in source.

Members

Aliases

Bin
alias Bin = BufferedInput
Bout
alias Bout = BufferedOutput
Undocumented in source.

Classes

BufferedInput
class BufferedInput

Buffers the flow of data from a upstream input. A downstream neighbour can locate and use this buffer instead of creating another instance of their own.

BufferedOutput
class BufferedOutput

Buffers the flow of data from a upstream output. A downstream neighbour can locate and use this buffer instead of creating another instance of their own.

Functions

main
void main()
printf
int printf(char* , ...)

Meta

License

BSD style: $(LICENSE)

Version

Mar 2004: Initial release
Dec 2006: Outback release