Skip to content

Commit

Permalink
Improved documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
malhotrashivam committed Jun 26, 2024
1 parent a4f66cb commit 58b83c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public interface ObjectDecoder<TYPE> {
TYPE decode(@NotNull byte[] input, int offset, int length);

/**
* Decode an object from a ByteBuffer.
* Decode an object from a ByteBuffer. The position of the input buffer may or may not be modified by this method.
*
* @param buffer The input ByteBuffer containing bytes to decode
* @return The output object, possibly null
Expand Down

0 comments on commit 58b83c4

Please sign in to comment.