Java: what is the class for the isBinary-method?
        Posted  
        
            by HH
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by HH
        
        
        
        Published on 2010-04-03T16:33:20Z
        Indexed on 
            2010/04/03
            16:43 UTC
        
        
        Read the original article
        Hit count: 297
        
I am accustomed to java.io.* and java.util.* but not to the tree:
com.starbase.util
Class FileUtils
java.lang.Object
  |
  +--com.starbase.util.FileUtils
So which class should I import to use the isBinary-method? Do I do "import java.lang.Object;" or "import java.lang.Object.com.starbase.util.FileUtils;"?
© Stack Overflow or respective owner