Home
last modified time | relevance | path

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

/trunk/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()
94 sal_Int32 SAL_CALL FTPInputStream::readSomeBytes( Sequence< sal_Int8 >& aData, in readSomeBytes()
102 void SAL_CALL FTPInputStream::skipBytes(sal_Int32 nBytesToSkip) in skipBytes()
113 sal_Int32 SAL_CALL FTPInputStream::available(void) in available()
120 void SAL_CALL FTPInputStream::closeInput(void) in closeInput()
129 void SAL_CALL FTPInputStream::seek(sal_Int64 location) in seek()
141 FTPInputStream::getPosition( in getPosition()
155 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.cxx497 new FTPInputStream(m_aFTPURL.open())); in execute()
501 new FTPInputStream(m_aFTPURL.open())); in execute()