Examples of doVDST()


Examples of com.github.stephenc.javaisotools.iso9660.volumedescriptors.VolumeDescriptorSetTerminator.doVDST()

    }

    private void doVDST() throws HandlerException {
        super.startElement(new LogicalSectorElement("VDST"));
        VolumeDescriptorSetTerminator vdst = new VolumeDescriptorSetTerminator(this, helper);
        vdst.doVDST();
        super.endElement();
    }

    public void endDocument() throws HandlerException {
        // Write and close Empty File Fixups
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.