fn isBytes(self: Self, slice: []const u8) !bool
Reads slice.len bytes from the stream and returns if they are the same as the passed slice
slice.len
self: Self,
slice: []const u8,