Skip to content

Commit

Permalink
feat: expose buffer offset
Browse files Browse the repository at this point in the history
  • Loading branch information
JayArrowz authored Jul 18, 2022
1 parent 1a3b431 commit 9f5d13c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions NetScape.Modules.Messages.Builder/MessageFrameReader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -483,6 +483,11 @@ public string ReadString()
}
return strBldr.ToString();
}

public int GetBitIndex()
{
return _bitIndex;
}
}

}

0 comments on commit 9f5d13c

Please sign in to comment.