Searched refs:backingStore (Results 1 – 2 of 2) sorted by relevance
50 private final ScatterGatherBackingStore backingStore; field in ScatterZipOutputStream82 public ScatterZipOutputStream(final ScatterGatherBackingStore backingStore, in ScatterZipOutputStream() argument84 this.backingStore = backingStore; in ScatterZipOutputStream()109 backingStore.closeForWriting(); in writeTo()110 try (final InputStream data = backingStore.getInputStream()) { in writeTo()128 backingStore.close(); in close()
1243 SVGAGuestImage backingStore; member