You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: jbbp/src/main/java/com/igormaznitsa/jbbp/JBBPVarFieldProcessor.java
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -34,19 +34,19 @@ public interface JBBPVarFieldProcessor {
34
34
/**
35
35
* Read a field array from a stream. The Method must read a field array from a stream and return the value with the provided field name info.
36
36
*
37
-
* @param inStream the data source bit stream, it must not be null
38
-
* @param arraySize the array size, if it is negative one then whole stream must be read
39
-
* @param fieldName the field name info for the VAR field, it can be null for anonymous fields
40
-
* @param extraValue the extra value for the field, by default it is 0, it is the integer value after ':' char in the field type
41
-
* @param byteOrder the byte order for the field, it must not be null
42
-
* @param numericFieldMap the numeric field map for the session, it must not be null, it can be used for access to already read values of another numeric fields.
37
+
* @param inStream the data source bit stream, it must not be null
38
+
* @param arraySize the array size, if it is negative one then whole stream must be read
39
+
* @param fieldName the field name info for the VAR field, it can be null for anonymous fields
40
+
* @param extraValue the extra value for the field, by default it is 0, it is the integer value after ':' char in the field type
41
+
* @param byteOrder the byte order for the field, it must not be null
42
+
* @param numericFieldMap the numeric field map for the session, it must not be null, it can be used for access to already read values of another numeric fields.
43
43
* @param arraySizeLimiter limiter to check number of elements during whole stream array read, must not be null
44
44
* @return a field array without nulls as values, it must not return null
45
45
* @throws IOException it can be thrown for transport errors or another process exceptions
46
46
* @throws JBBPReachedArraySizeLimitException thrown if reached limit for whole stream array
0 commit comments