volser

Volser 1.3

Software Information
  • 0 / from 0 votes
  • Downloads : 6
  • Views : 921
  • File Size : 156 kb
  • 0/53 Virus Flags
Download Volser
Screenshot
Gets the 4-byte 32-bit binary volume serial number of a Windowsdisk drive assigned when it is formatted to provide and almost unique id.Dont confuse this with the volser( the string nameor the manufacturers disk serial number assigned to a hard drive at the factory.Uses JNI and C++ native code.Consists of java and JNI you include in your own code.You can test with C: CD com.mindprod.volser java.exe -jar volser.jarand ensuring volser.32.dll iand volser.64.dll are on the path e.g. in thecurrent directory.To use getVolser you need three pieces of code in yourclass:1. an import2. a static init to load the JNI library3. a call to the getVolser native methodi.e. import com.mindprod.volser.Volser ... static get DLL loaded from somewhere on java.library path. System.loadLibrary( volser.32 ) ** * test harness * * @param args not used * public static void main( String args ) Needs drive letter with colon and trailing backslash final int volser Volser.getVolser( C: ) System.out.println( 4-byte Volume serial number for drive C: is + Integer.toHexString( volser ) ) Volser does nothing much by itself other than a debuggingtest harness to demonstrate getVolser method.

Download
  • Download Volser
    Download Volser
Title

Volser

Author

Canadian Mind Products

File Name

volser13.zip

File Size

156 kb

Requirements

Java 1.7+

OS

Java,Linux,Mac OS X,Unix,Win2000,Win7 x32,Win7 x64,WinServer,WinVista,WinVista x64,WinXP

Languages

English

Published On

2015-02-06 04:32:02

Change Log

add 64-bit support

Tagged As

Volser, Java, Classes, Volume serials number,

0 Reviews, be the first to review this product.

Add Your Review

Software Information
  • 0 / from 0 votes
  • Downloads : 6
  • Views : 921
  • File Size : 156 kb
  • 0/53 Virus Flags
Download Volser
Screenshot
Online Tools