Home
last modified time | relevance | path

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

/external/okhttp/okio/okio/src/main/java/okio/
DGzipSource.java34 private static final byte SECTION_BODY = 1; field in GzipSource
74 section = SECTION_BODY; in read()
78 if (section == SECTION_BODY) { in read()