Package | Description |
---|---|
lucee.commons.io.res.util |
Modifier and Type | Field and Description |
---|---|
static ResourceSnippet |
ResourceSnippet.Empty |
Modifier and Type | Method and Description |
---|---|
static ResourceSnippet |
ResourceSnippet.createResourceSnippet(InputStream is,
int startChar,
int endChar,
String charset)
extract a ResourceSnippet from InputStream at the given char positions
|
static ResourceSnippet |
ResourceSnippet.createResourceSnippet(Resource res,
int startChar,
int endChar,
String charset)
extract a ResourceSnippet from a Resource at the given char positions
|
static ResourceSnippet |
ResourceSnippet.createResourceSnippet(String src,
int startChar,
int endChar) |
ResourceSnippet |
ResourceSnippetsMap.getSnippet(PageSource ps,
int startPos,
int endPos,
String charset)
this method accesses the underlying Map(s) and is therefore synchronized
|
Copyright © 2015 Lucee