Example #1
0
 internal ResourceContainer(WholeBundle wholeBundle)
     : base(wholeBundle)
 {
 }
Example #2
0
 /// <summary>
 /// Constructor for the root table of a bundle.
 /// </summary>
 internal ResourceTable(WholeBundle wholeBundle, int rootRes)
     : base(wholeBundle)
 {
     value = wholeBundle.reader.GetTable(rootRes);
 }
Example #3
0
 internal ICUResourceBundleImpl(WholeBundle wholeBundle)
     : base(wholeBundle)
 {
     resource = wholeBundle.reader.RootResource;
 }