com.notuvy.file
Class EolCheck

java.lang.Object
  extended by com.notuvy.file.EolCheck

public class EolCheck
extends Object

Report what type of EOL (Windows or unix) is used in the given file. User: murali Date: Sep 19, 2008 Time: 12:54:59 PM


Constructor Summary
EolCheck()
           
 
Method Summary
 String check(String pFilename)
           
static void main(String[] args)
           
 void report(String pFilename)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EolCheck

public EolCheck()
Method Detail

check

public String check(String pFilename)

report

public void report(String pFilename)

main

public static void main(String[] args)


Copyright © 2013. All Rights Reserved.