- read(int) - Method in interface org.apache.jackrabbit.oak.commons.json.JsopReader
-
Read a token which must match a given token type.
- read() - Method in interface org.apache.jackrabbit.oak.commons.json.JsopReader
-
Read a token and return the token type.
- read(int) - Method in class org.apache.jackrabbit.oak.commons.json.JsopStream
-
- read() - Method in class org.apache.jackrabbit.oak.commons.json.JsopStream
-
- read(int) - Method in class org.apache.jackrabbit.oak.commons.json.JsopTokenizer
-
Read a token which must match a given token type.
- read() - Method in class org.apache.jackrabbit.oak.commons.json.JsopTokenizer
-
Read a token and return the token type.
- readBytes(InputStream) - Static method in class org.apache.jackrabbit.oak.commons.IOUtils
-
Read a byte array.
- readFully(InputStream, byte[], int, int) - Static method in class org.apache.jackrabbit.oak.commons.IOUtils
-
Try to read the given number of bytes to the buffer.
- readInt(InputStream) - Static method in class org.apache.jackrabbit.oak.commons.IOUtils
-
Read an integer (4 bytes).
- readLong(InputStream) - Static method in class org.apache.jackrabbit.oak.commons.IOUtils
-
Read a long (8 bytes).
- readRawValue() - Method in interface org.apache.jackrabbit.oak.commons.json.JsopReader
-
Return the row (escaped) token.
- readRawValue() - Method in class org.apache.jackrabbit.oak.commons.json.JsopStream
-
- readRawValue() - Method in class org.apache.jackrabbit.oak.commons.json.JsopTokenizer
-
Read a value and return the raw Json representation.
- readString(InputStream) - Static method in class org.apache.jackrabbit.oak.commons.IOUtils
-
Read a String.
- readString() - Method in interface org.apache.jackrabbit.oak.commons.json.JsopReader
-
Read a string.
- readString() - Method in class org.apache.jackrabbit.oak.commons.json.JsopStream
-
- readString() - Method in class org.apache.jackrabbit.oak.commons.json.JsopTokenizer
-
Read a string.
- readVarInt(InputStream) - Static method in class org.apache.jackrabbit.oak.commons.IOUtils
-
Read a variable size integer.
- readVarLong(InputStream) - Static method in class org.apache.jackrabbit.oak.commons.IOUtils
-
Read a variable size long.
- relativize(String, String) - Static method in class org.apache.jackrabbit.oak.commons.PathUtils
-
Relativize a path wrt.
- replace(K, V) - Method in class org.apache.jackrabbit.oak.commons.cache.Cache
-
Get the element in the cache if one exists, or add it to the cache if not.
- resetReader() - Method in interface org.apache.jackrabbit.oak.commons.json.JsopReader
-
Reset the position to 0, so that to restart reading.
- resetReader() - Method in class org.apache.jackrabbit.oak.commons.json.JsopStream
-
- resetReader() - Method in class org.apache.jackrabbit.oak.commons.json.JsopTokenizer
-
- resetWriter() - Method in class org.apache.jackrabbit.oak.commons.json.JsopBuilder
-
Resets this instance.
- resetWriter() - Method in class org.apache.jackrabbit.oak.commons.json.JsopStream
-
- resetWriter() - Method in interface org.apache.jackrabbit.oak.commons.json.JsopWriter
-
Resets this instance, so that all data is discarded.
- setLineLength(int) - Method in class org.apache.jackrabbit.oak.commons.json.JsopBuilder
-
- setLineLength(int) - Method in class org.apache.jackrabbit.oak.commons.json.JsopStream
-
- setLineLength(int) - Method in interface org.apache.jackrabbit.oak.commons.json.JsopWriter
-
Set the line length, after which a newline is added (to improve
readability).
- setPos(int) - Method in class org.apache.jackrabbit.oak.commons.json.JsopTokenizer
-
- size() - Method in class org.apache.jackrabbit.oak.commons.cache.Cache
-
- skipFully(InputStream, long) - Static method in class org.apache.jackrabbit.oak.commons.IOUtils
-
Skip a number of bytes in an input stream.
- sort(File, File) - Static method in class org.apache.jackrabbit.oak.commons.sort.ExternalSort
-
- sortAndSave(List<String>, Comparator<String>, Charset, File, boolean, boolean) - Static method in class org.apache.jackrabbit.oak.commons.sort.ExternalSort
-
Sort a list and save it to a temporary file
- sortAndSave(List<String>, Comparator<String>, Charset, File) - Static method in class org.apache.jackrabbit.oak.commons.sort.ExternalSort
-
Sort a list and save it to a temporary file
- sortInBatch(File) - Static method in class org.apache.jackrabbit.oak.commons.sort.ExternalSort
-
This will simply load the file by blocks of lines, then sort them in-memory, and write the
result to temporary files that have to be merged later.
- sortInBatch(File, Comparator<String>) - Static method in class org.apache.jackrabbit.oak.commons.sort.ExternalSort
-
This will simply load the file by blocks of lines, then sort them in-memory, and write the
result to temporary files that have to be merged later.
- sortInBatch(File, Comparator<String>, boolean) - Static method in class org.apache.jackrabbit.oak.commons.sort.ExternalSort
-
This will simply load the file by blocks of lines, then sort them in-memory, and write the
result to temporary files that have to be merged later.
- sortInBatch(File, Comparator<String>, int, Charset, File, boolean, int, boolean) - Static method in class org.apache.jackrabbit.oak.commons.sort.ExternalSort
-
This will simply load the file by blocks of lines, then sort them in-memory, and write the
result to temporary files that have to be merged later.
- sortInBatch(File, Comparator<String>, int, Charset, File, boolean) - Static method in class org.apache.jackrabbit.oak.commons.sort.ExternalSort
-
This will simply load the file by blocks of lines, then sort them in-memory, and write the
result to temporary files that have to be merged later.
- STRING - Static variable in interface org.apache.jackrabbit.oak.commons.json.JsopReader
-
The token type of a string value.
- StringSizeEstimator - Class in org.apache.jackrabbit.oak.commons.sort
-
Source copied from a publicly available library.
- StringUtils - Class in org.apache.jackrabbit.oak.commons
-
Some string utility methods.
- StringUtils() - Constructor for class org.apache.jackrabbit.oak.commons.StringUtils
-