Searched defs:lengthBytes (Results 1 – 2 of 2) sorted by relevance
189 uint16_t lengthBytes = htons(static_cast<u_short>(12 + payloadSize + 8)); in Write() local206 uint16_t lengthBytes; in Read() local
169 protected OutputStream openWrite(@NonNull String name, long offsetBytes, long lengthBytes) in openWrite()