| Modifier and Type | Method and Description |
|---|---|
static Page |
getPage(InputStream in)
Creates a instance of a
Page. |
public static Page getPage(InputStream in) throws IOException
Page.in - input stream of the Yaml FileIOException - if unable to read from the InputStream. Does not close the InputStream when this
occurs.Copyright © 2016 PayPal Open Source. All rights reserved.