src/jdk.jdwp.agent/share/native/libjdwp/inStream.h
changeset 48242 61e60548c0cf
parent 47216 71c04702a3d5
equal deleted inserted replaced
48241:18d487a1f933 48242:61e60548c0cf
     1 /*
     1 /*
     2  * Copyright (c) 1998, 2016, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1998, 2017, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    72 char *inStream_readString(PacketInputStream *stream);
    72 char *inStream_readString(PacketInputStream *stream);
    73 jvalue inStream_readValue(struct PacketInputStream *in, jbyte *typeKeyPtr);
    73 jvalue inStream_readValue(struct PacketInputStream *in, jbyte *typeKeyPtr);
    74 
    74 
    75 jdwpError inStream_skipBytes(PacketInputStream *stream, jint count);
    75 jdwpError inStream_skipBytes(PacketInputStream *stream, jint count);
    76 
    76 
    77 jboolean inStream_endOfInput(PacketInputStream *stream);
       
    78 jdwpError inStream_error(PacketInputStream *stream);
    77 jdwpError inStream_error(PacketInputStream *stream);
    79 void inStream_clearError(PacketInputStream *stream);
    78 void inStream_clearError(PacketInputStream *stream);
    80 void inStream_destroy(PacketInputStream *stream);
    79 void inStream_destroy(PacketInputStream *stream);
    81 
    80 
    82 #endif /* _INSTREAM_H */
    81 #endif /* _INSTREAM_H */