Home
last modified time | relevance | path

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

/external/okhttp/okio/okio/src/main/java/okio/
DGzipSource.java33 private static final byte SECTION_HEADER = 0; field in GzipSource
39 private int section = SECTION_HEADER;
72 if (section == SECTION_HEADER) { in read()