Home | History | Annotate | Download | only in stream

Lines Matching refs:snippet

1085      * Throws a new IO exception with the given message and a context snippet
1093 StringBuilder snippet = new StringBuilder();
1095 snippet.append(buffer, pos - beforePos, beforePos);
1097 snippet.append(buffer, pos, afterPos);
1098 return snippet;