public class Bcf extends Object
| Constructor and Description |
|---|
Bcf() |
| Modifier and Type | Method and Description |
|---|---|
void |
addIssue(Issue issue) |
Collection<Issue> |
getIssues() |
static Bcf |
read(File file) |
static Bcf |
read(InputStream inputStream) |
byte[] |
toBytes() |
void |
write(File file) |
void |
write(OutputStream outputStream) |
public static Bcf read(File file) throws BcfException, IOException
BcfExceptionIOExceptionpublic void addIssue(Issue issue)
public static Bcf read(InputStream inputStream) throws BcfException
BcfExceptionpublic void write(OutputStream outputStream) throws BcfException, IOException
BcfExceptionIOExceptionpublic Collection<Issue> getIssues()
public void write(File file) throws BcfException, IOException
BcfExceptionIOExceptionpublic byte[] toBytes()
throws BcfException,
IOException
BcfExceptionIOExceptionCopyright © 2016 OpenSource BIM. All rights reserved.