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

Parameters

self: Self,
slice: []const u8,