Reputation: 2667
How to convert finger print format (fpf) to byte in java?
Upvotes: 0
Views: 1158
Reputation: 168835
The general way to get a resource such as a File, or URL pointing to the net or an application resource, is to establish an InputStream to the object of interest, then read the input stream.
See the Basic I/O Lesson of the Java Tutorial for more details.
Upvotes: 1