public abstract class AbstractResourceSource extends Object
| Constructor and Description |
|---|
AbstractResourceSource() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
readBytes(ResourceContent content,
int bufSize)
Helper method to read byte[] content.
|
String |
readString(ResourceContent content,
int bufSize)
Helper method to read String content.
|
public String readString(ResourceContent content, int bufSize) throws IOException
IOExceptionpublic byte[] readBytes(ResourceContent content, int bufSize) throws IOException
IOExceptionCopyright © 2014. All Rights Reserved.