public class MGMUtils extends Object
Constructor and Description |
---|
MGMUtils() |
Modifier and Type | Method and Description |
---|---|
static byte[] |
readFully(InputStream is) |
static int |
skip(InputStream is,
int n,
int bufferSize) |
static String[] |
split(String s,
char c,
boolean dblquotes,
int max) |
public static byte[] readFully(InputStream is)
public static int skip(InputStream is, int n, int bufferSize) throws IOException
IOException
Copyright © 2014. All rights reserved.