Searched refs:byte_seq (Results 1 – 1 of 1) sorted by relevance
509 Sequence<sal_Int8> byte_seq(4096); in execute() local512 n = xStream->readBytes(byte_seq,4096); in execute()517 if(byte_seq.getLength() != n) in execute()518 byte_seq.realloc(n); in execute()519 xOutputStream->writeBytes(byte_seq); in execute()
Completed in 13 milliseconds