com.starbase.diff
Interface ByteSequence


public interface ByteSequence

The ByteSequence interface is an interface that describes a sequence of bytes.


Method Summary
 byte byteAt(int n)
          Returns the byte located at the nth position (zero-based).
 int length()
          Returns the length of the sequence.
 

Method Detail

byteAt

public byte byteAt(int n)
Returns the byte located at the nth position (zero-based).


length

public int length()
Returns the length of the sequence.



StarTeam SDK 10.4, Build 36
Copyright © 2003-2008 Borland Software Corporation. All rights reserved.