readLine
- ubyte[] readLine(InputStream stream, size_t max_bytes, string linesep, IAllocator alloc)
ubyte[]
readLine
(,,,IAllocator alloc = vibeThreadAllocator() ) - void readLine(InputStream stream, OutputStream dst, size_t max_bytes, string linesep)
- void readLine(InputStream stream, R dst, size_t max_bytes, string linesep)
Reads and returns a single line from the stream.