Skip to content

Commit

Permalink
add SIZE_IS_UNKNOWN constant to InputStreamChannelFactory (NationalSe…
Browse files Browse the repository at this point in the history
  • Loading branch information
SemperFidelisTyrannosaurus authored Jan 25, 2024
1 parent 229b2f4 commit 3684656
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
public class InputStreamChannelFactory {
private InputStreamChannelFactory() {}

public static final int SIZE_IS_UNKNOWN = -1;

/**
* Creates a factory implementation based on an {@link InputStreamFactory}
*
Expand Down

0 comments on commit 3684656

Please sign in to comment.