Searched refs:rawSource (Results 1 – 1 of 1) sorted by relevance
43 private final CloseableByteSource rawSource; field in ProcessedAndRawByteSources52 @Nonnull CloseableByteSource rawSource) { in ProcessedAndRawByteSources() argument54 this.rawSource = rawSource; in ProcessedAndRawByteSources()76 return rawSource; in getRawByteSource()83 closer.register(rawSource); in close()