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: 234

Filed under:
|
|
|
|

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

Source.

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

Related posts about java

Related posts about binary