Main Page
    Cookbook/Overview     ImageMeister     the jcprops file     Licensing
    Binary Installation & Configuration [ Win · Mac · Nix · OSX ]     Changes
    Public API
    Source Code Main Page
        Java [ Common · Win · Mac · Nix ]     Native Code [ Common · Win · Mac · Nix ]     Manifest
        Native Code Overviews [ Common · Win · Mac · Nix · Strings ]     Macros [ General · Native Macros ]
        Walkthroughs [ Java only · Java and native ]     Building [ Win · Mac · Nix · OSX ]     Distribution Issues

All Packages  This Package  Class Hierarchy  Class Search  Index

Class com.jconfig.ConfigListDefault
java.lang.Object
   |
   +----com.jconfig.ConfigListDefault

  Summary

class  ConfigListDefault
     extends java.lang.Object
{
          // Fields 5
     private static final String copyrightString;
     private static String[] data;
     private static final String kAlphaStr;
     private static final String kNumStr;
     private static byte[] theBuf;

          // Constructors 1
     public ConfigListDefault();

          // Methods 3
     static byte[] getBuf();
     private static void readString(String, byte[], int);
     private static byte[] reconstitute(String[]);

}

Stores a default version of the file 'jconfig.cfg' as an array of Strings. Each character of a String.represents one nibble (.5 bytes) of the reconstituted file.

The 'getBuf()' method returns a byte array containing the bytes of the default 'jconfig.cfg' file. Note that the buffer itself is returned, not a copy. This class is currently only used by ConfigListFile, and is intended for internal use only.

Author:
Copyright (c) 1997-2002 Samizdat Productions. All Rights Reserved.




  Fields

· copyrightString

Summary  |  Top

   private static final String copyrightString


· kNumStr

Summary  |  Top
   private static final String kNumStr


· kAlphaStr

Summary  |  Top
   private static final String kAlphaStr


· theBuf

Summary  |  Top
   private static byte[] theBuf


· data

Summary  |  Top
   private static String[] data


  Constructors

· ConfigListDefault

Summary  |  Top

   public ConfigListDefault() 

Default constructor



  Methods

· getBuf

Summary  |  Top
   static byte[] getBuf() 


· reconstitute

Summary  |  Top
   private static byte[] reconstitute(String[] st) 


· readString

Summary  |  Top
   private static void readString(String s, 
                                  byte[] buf, 
                                  int offset) 


All Packages  This Package  Class Hierarchy  Class Search  Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7