19 #ifndef INCLUDED_OSL_PIPE_DECL_HXX
20 #define INCLUDED_OSL_PIPE_DECL_HXX
74 inline bool SAL_CALL
is()
const;
84 inline bool create( const ::rtl::OUString & strName,
99 inline void SAL_CALL
clear();
114 inline bool SAL_CALL
isValid()
const;
120 inline void SAL_CALL
close();
195 inline sal_Int32 SAL_CALL
recv(
void* pBuffer, sal_Int32 BytesToRead)
const;
204 inline sal_Int32 SAL_CALL
send(
const void* pBuffer, sal_Int32 BytesToSend)
const;
214 inline sal_Int32 SAL_CALL
read(
void* pBuffer, sal_Int32 n)
const;
223 sal_Int32 SAL_CALL
write(
const void* pBuffer, sal_Int32 n)
const;