Home
last modified time | relevance | path

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

/aoo41x/main/ucb/source/ucp/ftp/
H A Dftpinpstr.cxx47 FTPInputStream::FTPInputStream( oslFileHandle tmpfl ) in FTPInputStream() function in FTPInputStream
64 FTPInputStream::~FTPInputStream() in ~FTPInputStream()
70 sal_Int32 SAL_CALL FTPInputStream::readBytes(Sequence< sal_Int8 >& aData, in readBytes()
98 sal_Int32 SAL_CALL FTPInputStream::readSomeBytes( Sequence< sal_Int8 >& aData, in readSomeBytes()
110 void SAL_CALL FTPInputStream::skipBytes(sal_Int32 nBytesToSkip) in skipBytes()
125 sal_Int32 SAL_CALL FTPInputStream::available(void) in available()
135 void SAL_CALL FTPInputStream::closeInput(void) in closeInput()
147 void SAL_CALL FTPInputStream::seek(sal_Int64 location) in seek()
162 FTPInputStream::getPosition( in getPosition()
178 sal_Int64 SAL_CALL FTPInputStream::getLength( in getLength()
H A Dftpstrcont.hxx40 class FTPInputStream;
67 FTPInputStreamContainer(FTPInputStream* out);
76 FTPInputStream* m_out;
H A Dftpinpstr.hxx57 class FTPInputStream class
67 FTPInputStream(oslFileHandle tmpfl = 0);
69 ~FTPInputStream();
H A Dftpcontent.cxx504 new FTPInputStream(m_aFTPURL.open())); in execute()
508 new FTPInputStream(m_aFTPURL.open())); in execute()

Completed in 35 milliseconds