public abstract class ScriptContentHandle extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ScriptContentHandle.StringScriptContentHandle
A handle for getting the script content as a stream.
|
static class |
ScriptContentHandle.UrlScriptContentHandle
A handle for getting the script content as a stream.
|
| Constructor and Description |
|---|
ScriptContentHandle() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCheckSum() |
protected String |
getHexPresentation(byte[] byteArray) |
protected MessageDigest |
getScriptDigest() |
protected abstract InputStream |
getScriptInputStream() |
Reader |
openScriptContentReader()
Opens a stream to the content of the script.
|
protected void |
readScript() |
public Reader openScriptContentReader()
protected MessageDigest getScriptDigest()
public String getCheckSum()
protected void readScript()
throws IOException
IOExceptionprotected String getHexPresentation(byte[] byteArray)
protected abstract InputStream getScriptInputStream()
Copyright © 2016. All Rights Reserved.