public class InputStreams
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static <T> T |
read(java.io.InputStream from,
net.codestory.http.io.InputStreams.ForBytes<T> transform) |
static byte[] |
readBytes(java.io.InputStream from) |
static java.lang.String |
readString(java.io.InputStream from,
java.nio.charset.Charset charset) |
public static byte[] readBytes(java.io.InputStream from) throws java.io.IOException
java.io.IOException
public static java.lang.String readString(java.io.InputStream from, java.nio.charset.Charset charset) throws java.io.IOException
java.io.IOException
public static <T> T read(java.io.InputStream from, net.codestory.http.io.InputStreams.ForBytes<T> transform) throws java.io.IOException
java.io.IOException
Copyright © 2013. All Rights Reserved.