237238239240241242243
/* */ { /* 305 */ throw new MessageEOFException(""); /* */ } /* */ catch (IOException e) { /* */ } /* 309 */ throw new MessagingJMSException("IOException", e); /* */ }
254255256257258259260
/* */ { /* 322 */ throw new MessageEOFException(""); /* */ } /* */ catch (IOException e) { /* */ } /* 326 */ throw new MessagingJMSException("IOException", e); /* */ }
267268269270271272273
/* */ { /* 335 */ return this.dis.read(value); /* */ } /* */ catch (IOException e) { /* */ } /* 339 */ throw new MessagingJMSException("IOException", e); /* */ }
280281282283284285286
/* */ { /* 348 */ return this.dis.read(value, 0, length); /* */ } /* */ catch (IOException e) { /* */ } /* 352 */ throw new MessagingJMSException("IOException", e); /* */ }
293294295296297298299300
/* */ { /* 361 */ this.dos.writeBoolean(value); /* */ } /* */ catch (IOException e) /* */ { /* 365 */ throw new MessagingJMSException("IOException", e); /* */ } /* */ }
306307308309310311312313
/* */ { /* 374 */ this.dos.writeByte(value); /* */ } /* */ catch (IOException e) /* */ { /* 378 */ throw new MessagingJMSException("IOException", e); /* */ } /* */ }
319320321322323324325326
/* */ { /* 387 */ this.dos.writeShort(value); /* */ } /* */ catch (IOException e) /* */ { /* 391 */ throw new MessagingJMSException("IOException", e); /* */ } /* */ }
332333334335336337338339
/* */ { /* 400 */ this.dos.writeChar(value); /* */ } /* */ catch (IOException e) /* */ { /* 404 */ throw new MessagingJMSException("IOException", e); /* */ } /* */ }
345346347348349350351352
/* */ { /* 413 */ this.dos.writeInt(value); /* */ } /* */ catch (IOException e) /* */ { /* 417 */ throw new MessagingJMSException("IOException", e); /* */ } /* */ }
358359360361362363364365
/* */ { /* 426 */ this.dos.writeLong(value); /* */ } /* */ catch (IOException e) /* */ { /* 430 */ throw new MessagingJMSException("IOException", e); /* */ } /* */ }