19 #ifndef _OSL_PIPE_DECL_HXX_
20 #define _OSL_PIPE_DECL_HXX_
99 inline void SAL_CALL
clear();
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;