org.apache.http.nio.util
Interface ContentInputBuffer
- All Known Implementing Classes:
- SharedInputBuffer, SimpleInputBuffer
public interface ContentInputBuffer
consumeContent
int consumeContent(ContentDecoder decoder)
throws java.io.IOException
- Throws:
java.io.IOException
reset
void reset()
read
int read(byte[] b,
int off,
int len)
throws java.io.IOException
- Throws:
java.io.IOException
read
int read()
throws java.io.IOException
- Throws:
java.io.IOException
Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.