user555910
user555910

Reputation: 2667

How to convert finger print format to byte in java?

How to convert finger print format (fpf) to byte in java?

Upvotes: 0

Views: 1158

Answers (1)

Andrew Thompson
Andrew Thompson

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

Related Questions