KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > io > RandomAccessFile > Top Examples

  • org.eclipse.swt.tools.internal.IconExe
    Customize the icon of a Windows exe WARNING! This class is not part of SWT API. It is NOT API. It is an internal tool that may be changed or removed at anytime. Based on MSDN "An In-Depth Look into the Win32 Portable Executable File Format"
  • com.imagero.uio.RandomAccessFactory
    Create RandomAccess/RandomAccess from various resources.<br> Since all classes in uio and buffer packages was made public, RandomAccesFactory is no more indispensable and gives not all possibilities. However ist is very useful as example. @author Andrei Kouznetsov @see RandomAccess Date: 12 ...
  • org.webdocwf.util.sql.SQLSplitter
    Class SQLSplitter copies all SQL commands from all SQL files which are situated in the working directory and all its subdirectories into new SQL files. Original SQL files are created by DODS - Enhydra. All SQL commands are copied into first sql file except sql commands which reference to foreign a ...
  • org.enhydra.jawe.xml.XML
    Class which purpose is to provide methods which are used by classes that represents program apstraction of XML elements. These methods offers support for reading or writting an XML document and for generating the tooltips for for the classes that needs it.
  • com.sleepycat.je.log.FileManager
    The FileManager presents the abstraction of one contiguous file. It doles out LSNs.
  • com.sleepycat.je.log.LastFileReaderTest
  • org.apache.james.mailrepository.MBoxMailRepository
    Implementation of a MailRepository using UNIX mbox files. <p>Requires a configuration element in the .conf.xml file of the form: <br>&lt;repository destinationURL="mbox://&lt;directory&gt;" <br> type="MAIL" <br>&lt;/directory&gt; is where the ...
  • org.coach.tracing.server.EventDataBase
  • com.imagero.uio.io.IOutils
    IOutils.java @author Andrei Kouznetsov
  • org.eclipse.jdt.internal.core.index.DiskIndex
  • org.apache.cocoon.generation.MP3DirectoryGenerator
    @cocoon.sitemap.component.documentation An extension of DirectoryGenerators that adds extra attributes for MP3 files. @cocoon.sitemap.component.name mp3directory @cocoon.sitemap.component.label content @cocoon.sitemap.component.logger sitemap.generator.mp3directory @cocoon.sitemap.component.do ...
  • org.pdfbox.cos.COSStream
    This class represents a stream object in a PDF document. @author Ben Litchfield (ben@csh.rit.edu) @version $Revision: 1.34 $
  • com.sleepycat.je.log.FileHandle
    A FileHandle embodies a File and its accompanying latch.
  • org.openlaszlo.utils.FileUtils
    A dir is absolute if it begins with "" (the empty string to the left of the initial '/'), or a drive letter. Add '/' since c:/ will be split to c:, which isn't absolute. Also turns "" into "/" which is absolute, so the UNIX case can share this test. A utility class containing file utility functio ...
  • org.eclipse.update.internal.configurator.Locker_JavaIo
    Internal class.
  • org.webdocwf.util.xml.XmlWriter
    Load existing XML file , creating DOM from file or creating new DOM.Class has methods for insert,update,delete data from XML file and save new DOM in XML file. @author Zoran Milakovic
Popular Tags