18 #ifndef _DECAF_INTERNAL_NET_TCP_TCPSOCKETINPUTSTREAM_H_ 19 #define _DECAF_INTERNAL_NET_TCP_TCPSOCKETINPUTSTREAM_H_ 68 virtual int available()
const;
83 virtual long long skip(
long long num);
87 virtual int doReadByte();
89 virtual int doReadArrayBounded(
unsigned char* buffer,
int size,
int offset,
int length);
Platform-independent implementation of the socket interface.
Definition: TcpSocket.h:43
#define DECAF_API
Definition: Config.h:29
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements...
Definition: AprPool.h:25