org.mockserver.streams
Class IOStreamUtils
java.lang.Object
org.mockserver.streams.IOStreamUtils
public class IOStreamUtils
- extends Object
- Author:
- jamesdbloom
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IOStreamUtils
public IOStreamUtils()
readInputStreamToString
public static String readInputStreamToString(Socket socket)
throws IOException
- Throws:
IOException
readInputStreamToString
public static String readInputStreamToString(javax.servlet.ServletRequest request)
readInputStreamToByteArray
public static byte[] readInputStreamToByteArray(javax.servlet.ServletRequest request)
writeToOutputStream
public static void writeToOutputStream(byte[] data,
javax.servlet.ServletResponse response)
createBasicByteBuffer
public static ByteBuffer createBasicByteBuffer(String input)
Copyright © 2017. All rights reserved.