func readByte()

in Sources/TwitterApacheThrift/ThriftBinary.swift [185:187]


    func readByte() throws -> UInt8 {
        return try readingBuffer.read(size: 1)[0]
    }