isNBase method

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@2513 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
depristo 2010-01-06 15:01:51 +00:00
parent 5ce11c3dad
commit 592749a7c1
1 changed files with 5 additions and 0 deletions

View File

@ -147,6 +147,11 @@ public class BaseUtils {
return isRegularBase((char)base);
}
static public boolean isNBase(byte base) {
return base == 'N';
}
/**
* Converts a base index to a simple base
*