Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for LineBuffer (0.06 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. guava-tests/test/com/google/common/io/LineBufferTest.java

        }
      }
    
      private static List<String> bufferHelper(String input, int chunk) throws IOException {
        List<String> lines = new ArrayList<>();
        LineBuffer lineBuf =
            new LineBuffer() {
              @Override
              protected void handleLine(String line, String end) {
                lines.add(line + end);
              }
            };
        char[] chars = input.toCharArray();
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Tue Mar 17 19:26:39 GMT 2026
    - 4.7K bytes
    - Click Count (0)
Back to Top