Skip to content

Commit

Permalink
Merge pull request #41 from muditsin/Update-Comments
Browse files Browse the repository at this point in the history
Update function comments for SuccinctIndexedFileBuffer
  • Loading branch information
anuragkh authored Jan 15, 2019
2 parents 9d4da86 + 5108267 commit 260efe6
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ public SuccinctIndexedFileBuffer(byte[] input, int[] offsets) {
}

/**
* Constructor to initialize SuccinctIndexedBuffer from input byte array and offsets corresponding to records.
* Constructor to initialize SuccinctIndexedBuffer from input char array and offsets corresponding to records.
*
* @param input The input byte array.
* @param input The input char array.
* @param offsets Offsets corresponding to records.
* @param conf SuccinctConfiguration
*/
Expand All @@ -59,9 +59,9 @@ public SuccinctIndexedFileBuffer(char[] input, int[] offsets, SuccinctConfigurat
}

/**
* Constructor to initialize SuccinctIndexedBuffer from input byte array and offsets corresponding to records.
* Constructor to initialize SuccinctIndexedBuffer from input char array and offsets corresponding to records.
*
* @param input The input byte array.
* @param input The input char array.
* @param offsets Offsets corresponding to records.
*/
public SuccinctIndexedFileBuffer(char[] input, int[] offsets) {
Expand Down

0 comments on commit 260efe6

Please sign in to comment.