Home
last modified time | relevance | path

Searched refs:byte_seq (Results 1 – 1 of 1) sorted by relevance

/trunk/main/ucb/source/ucp/ftp/
H A Dftpcontent.cxx509 Sequence<sal_Int8> byte_seq(4096); in execute() local
512 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 17 milliseconds