For IntelliJ IDEA,
Android Studio or Eclipse



schemasString += CharStreams.toString(new InputStreamReader(schema.getInputStream()));
public void create(Schema schema, boolean ifNotExists, boolean printOnly) throws IOException { InputStream stream = checkNotNull(schema.getInputStream(), "schema input stream");
public void create(Schema schema, boolean ifNotExists, boolean printOnly) throws IOException { InputStream stream = checkNotNull(schema.getInputStream(), "schema input stream");