Searched refs:ExcerptInputStream (Results 1 – 6 of 6) sorted by relevance
11 public class ExcerptInputStream extends BufferedInputStream class19 public ExcerptInputStream(InputStream in) throws IOException { in ExcerptInputStream() method in ExcerptInputStream
95 final ExcerptInputStream ex = new ExcerptInputStream(body); in execute()
129 response.append(new String(((ExcerptInputStream) body) in dump()
23 import net.oauth.client.ExcerptInputStream;73 ExcerptInputStream e = new ExcerptInputStream(body); in execute()
26 import net.oauth.client.ExcerptInputStream;131 response.append(new String(((ExcerptInputStream) body).getExcerpt(), in dump()
28 import net.oauth.client.ExcerptInputStream;105 body = new ExcerptInputStream(raw); in getBody()