Variable _LineReader._data

struct _LineReader
{
  // ...
  ubyte[] _data ;
  // ...
}