public final class ResourceLoaderHelper extends Object
Constructor and Description |
---|
ResourceLoaderHelper() |
Modifier and Type | Method and Description |
---|---|
static InputStream |
getResettableInputStreamForPath(String path)
Returns an input stream for the given path, which supports the mark/reset
contract.
|
public static InputStream getResettableInputStreamForPath(String path)
path
- The path of the requested input stream.null
if no such
resource exists.InputStream.markSupported()
Copyright © 2007-2013 Red Hat, Inc. All Rights Reserved