Searched refs:byte_seq (Results 1 – 1 of 1) sorted by relevance
502 Sequence<sal_Int8> byte_seq(4096); in execute() local505 n = xStream->readBytes(byte_seq,4096); in execute()510 if(byte_seq.getLength() != n) in execute()511 byte_seq.realloc(n); in execute()512 xOutputStream->writeBytes(byte_seq); in execute()