All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.unix4j.line.package-info Maven / Gradle / Ivy

There is a newer version: 0.6
Show newest version
/**
 * Contains the {@link org.unix4j.line.Line Line} interface used for 
 * line-by-line processing of input data and provides two alternative line 
 * implementations. 
 * 

* The two variants implementing the {@code Line} interface are: *

    *
  • {@link org.unix4j.line.SimpleLine SimpleLine} which is based on two * strings or character sequences: one for the line contents and one for * the line ending. *
  • *
  • {@link org.unix4j.line.SingleCharSequenceLine SingleCharSequenceLine}: a * line based on a single string or character sequence. The sequence starts * with the line contents and is terminated with some line ending * character(s). *
  • *
*/ package org.unix4j.line;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy