Package jetbrains.mps.util
Class ReadUtil
- java.lang.Object
 - 
- jetbrains.mps.util.ReadUtil
 
 
- 
public class ReadUtil extends Object
 
- 
- 
Constructor Summary
Constructors Constructor Description ReadUtil() 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static byte[]read(InputStream is)static byte[]read(InputStream is, int size) 
 - 
 
- 
- 
Method Detail
- 
read
public static byte[] read(InputStream is) throws IOException
- Throws:
 IOException
 
- 
read
public static byte[] read(InputStream is, int size) throws IOException
- Throws:
 IOException
 
 - 
 
 -