public class IOUtils extends Object
| Constructor and Description |
|---|
IOUtils() |
| Modifier and Type | Method and Description |
|---|---|
static BOMInputStream |
readBomStream(URI location,
InputStream stream) |
static String |
readStringFromResource(Resource resource,
String path) |
static String |
readStringFromResource(Resource resource,
String path,
String encoding) |
public static String readStringFromResource(Resource resource, String path) throws ResourceLoadException
ResourceLoadExceptionpublic static String readStringFromResource(Resource resource, String path, String encoding) throws ResourceLoadException
ResourceLoadExceptionpublic static BOMInputStream readBomStream(URI location, InputStream stream)
Copyright © 2017. All rights reserved.