public class JSourceUtils extends Object
| Constructor and Description |
|---|
JSourceUtils() |
| Modifier and Type | Method and Description |
|---|---|
static char[] |
fileToCharArray(File r) |
static char[] |
inputStreamToCharArray(InputStream r) |
static char[] |
readerToCharArray(Reader r) |
static char[] |
urlToCharArray(URL r) |
public static final String NEWLINE
public static char[] urlToCharArray(URL r)
public static char[] fileToCharArray(File r)
public static char[] inputStreamToCharArray(InputStream r)
public static char[] readerToCharArray(Reader r)
Copyright © 2021 vpc open source initiative. All rights reserved.