Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for setBuffer (0.07 seconds)

  1. android/guava/src/com/google/common/io/FileBackedOutputStream.java

      private final FbosByteSource byteSource;
      private final State state;
    
      /** ByteArrayOutputStream that exposes its internals. */
      private static final class MemoryOutput extends ByteArrayOutputStream {
        byte[] getBuffer() {
          return buf;
        }
    
        int getCount() {
          return count;
        }
      }
    
      /** Returns the file holding the data (possibly null). */
      @VisibleForTesting
      @Nullable File getFile() {
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Sat Mar 07 17:30:49 GMT 2026
    - 12.4K bytes
    - Click Count (0)
Back to Top