# JournalBufferReader.TrySkip(int)

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.journaling/orleans.journaling.journalbufferreader/) | [Methods](/orleans/docs/api/csharp/microsoft.orleans.journaling/orleans.journaling.journalbufferreader/methods/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Journaling/JournalBufferReader.cs#L151-L158)

```csharp
public bool TrySkip(int count)
```

Attempts to skip the next `count` bytes.

### Parameters

- `count` (`int`): The number of bytes to skip.

### Returns

`true` if enough bytes were available; otherwise, `false`.
