Searched refs:SECTION_HEADER (Results 1 - 1 of 1) sorted by relevance

/external/okhttp/okio/src/main/java/okio/
H A DGzipSource.java29 private static final byte SECTION_HEADER = 0; field in class:GzipSource
35 private int section = SECTION_HEADER;
67 if (section == SECTION_HEADER) {

Completed in 91 milliseconds