264265266267268269270271
{ throw new MessageEOFException(""); } catch (IOException e) { throw new MessagingJMSException("IOException", e); } }
281282283284285286287288
298299300301302303304305
315316317318319320321322
332333334335336337338339
345346347348349350351352
{ return dis.read(value); } catch (IOException e) { throw new MessagingJMSException("IOException", e); } }
358359360361362363364365
{ return dis.read(value, 0, length); } catch (IOException e) { throw new MessagingJMSException("IOException", e); } }
370371372373374375376377
{ dos.writeBoolean(value); } catch (IOException e) { throw new MessagingJMSException("IOException", e); } }
382383384385386387388389
{ dos.writeByte(value); } catch (IOException e) { throw new MessagingJMSException("IOException", e); } }
394395396397398399400401
{ dos.writeShort(value); } catch (IOException e) { throw new MessagingJMSException("IOException", e); } }