Home | History | Annotate | Download | only in io

Lines Matching defs:ContentSource

141     private ContentSource nextContentSource;
2134 static class ContentSource {
2135 private final ContentSource next;
2139 ContentSource(ContentSource next, char[] buffer, int position, int limit) {
2152 nextContentSource = new ContentSource(nextContentSource, buffer, position, limit);