1 #ifndef STORAGE_FACTORY_IO_CHANNEL_H
2 # define STORAGE_FACTORY_IO_CHANNEL_H
26 virtual IOFD fd (
void)
const;
29 virtual void close (
void);
42 #endif // STORAGE_FACTORY_IO_CHANNEL_H
IOSize write(unsigned char byte)
virtual IOSize writev(const IOBuffer *from, IOSize buffers)
bool sysclose(IOFD fd, int *error=0)
virtual IOSize write(const void *from, IOSize n)
virtual void setBlocking(bool value)
virtual bool isBlocking(void) const
virtual IOFD fd(void) const
virtual IOSize readv(IOBuffer *into, IOSize buffers)