Home | History | Annotate | Download | only in mime4j

Lines Matching defs:raw

63     private boolean raw = false;

96 * Determines if this parser is currently in raw mode.
98 * @return <code>true</code> if in raw mode, <code>false</code>
103 return raw;
107 * Enables or disables raw mode. In raw mode all future entities
109 * {@link ContentHandler#raw(InputStream)} handler method only.
113 * @param raw <code>true</code> enables raw mode, <code>false</code>
116 public void setRaw(boolean raw) {
117 this.raw = raw;
202 if (raw) {
203 handler.raw(new CloseShieldInputStream(is));
212 if (raw) {
213 handler.raw(new CloseShieldInputStream(is));