Exemplo n.º 1
0
 public int GetNotesTextPositionsSize(NoteType noteType)
 {
     return _fieldHandler.GetFieldSize(noteType
             .GetFibTextPositionsFieldIndex());
 }
Exemplo n.º 2
0
 public void SetNotesTextPositionsSize(NoteType noteType, int offset)
 {
     _fieldHandler.SetFieldSize(noteType.GetFibTextPositionsFieldIndex(),
             offset);
 }
Exemplo n.º 3
0
 public int GetNotesDescriptorsSize(NoteType noteType)
 {
     return _fieldHandler.GetFieldSize(noteType
             .GetFibDescriptorsFieldIndex());
 }
Exemplo n.º 4
0
 public void SetNotesDescriptorsSize(NoteType noteType, int offset)
 {
     _fieldHandler.SetFieldSize(noteType.GetFibDescriptorsFieldIndex(),
             offset);
 }
Exemplo n.º 5
0
 public NotesTables(NoteType noteType, byte[] tableStream,
         FileInformationBlock fib)
 {
     this.noteType = noteType;
     Read(tableStream, fib);
 }
Exemplo n.º 6
0
 public int GetNotesDescriptorsOffset(NoteType noteType)
 {
     return _fieldHandler.GetFieldOffset(noteType
             .GetFibDescriptorsFieldIndex());
 }
Exemplo n.º 7
0
 public NotesTables(NoteType noteType)
 {
     this.noteType = noteType;
     textPositions
             .AddProperty(new GenericPropertyNode(0, 1, new byte[0]));
 }
Exemplo n.º 8
0
 public void SetNotesTextPositionsSize(NoteType noteType, int offset)
 {
     _fieldHandler.SetFieldSize(noteType.GetFibTextPositionsFieldIndex(),
                                offset);
 }
Exemplo n.º 9
0
 public int GetNotesTextPositionsSize(NoteType noteType)
 {
     return(_fieldHandler.GetFieldSize(noteType
                                       .GetFibTextPositionsFieldIndex()));
 }
Exemplo n.º 10
0
 public void SetNotesDescriptorsSize(NoteType noteType, int offset)
 {
     _fieldHandler.SetFieldSize(noteType.GetFibDescriptorsFieldIndex(),
                                offset);
 }
Exemplo n.º 11
0
 public int GetNotesDescriptorsSize(NoteType noteType)
 {
     return(_fieldHandler.GetFieldSize(noteType
                                       .GetFibDescriptorsFieldIndex()));
 }